OAuthSettings type

Settings used to configure user authentication through the OAuthPrompt.

type OAuthSettings = OAuthPromptSettings & {
  enableSso?: boolean
  tokenExchangeUri?: string
}