Extends
Omit<OAuthOptions,"callbackPort"|"onRedirect">
Properties
clientId?
Inherited from
OAuthOptions.clientId
clientMetadataUrl?
client_id_metadata_document_supported,
the SDK’s auth() orchestrator uses this URL directly as the client_id
and skips Dynamic Client Registration entirely. Falls back to normal DCR
(or clientId, if set) when the server doesn’t support CIMD. Validated
eagerly in the constructor.
Inherited from
OAuthOptions.clientMetadataUrl
clientName?
Inherited from
OAuthOptions.clientName
clientSecret?
Inherited from
OAuthOptions.clientSecret
mode?
popupFeatures?
window.open features string for popup mode.
redirectUri
?code= (redirect mode).
scopes?
Inherited from
OAuthOptions.scopes
store?
Inherited from
OAuthOptions.store