OAuth2Scheme

Typed OAuth 2.0 authentication scheme that exposes OAuthAccessTokenResponse.OAuth2.

Used internally to bridge typed OAuth flows to Ktor's lower-level OAuth provider. Advanced integrations can use OAuth2Flow.from to build flows from an existing provider configuration.

Report a problem