StartExternalAuthOptions

View Source

Summary

Options for starting an OAuth or OIDC login redirect flow.

Signature

interface StartExternalAuthOptions {
  returnTo?: string | null;
  transactionKey?: string;
}

Properties

returnTo

Optional post-auth redirect target to preserve in the OAuth transaction.

transactionKey

Session key used to store the in-progress OAuth transaction.