FinishExternalAuthOptions

View Source

Summary

Options for finishing an OAuth or OIDC callback flow.

Signature

interface FinishExternalAuthOptions {
  transactionKey?: string;
}

Properties

transactionKey

Session key used to read and clear the in-progress OAuth transaction.