OAuthFlowConfigBase

Configures the OAuth 2.0 authentication provider used by a typed OAuth2Flow.

This DSL intentionally exposes only OAuth 2.0 settings. The typed flow bridges this configuration into Ktor's lower-level OAuth provider internally.

Report a problem

Inheritors

Properties

Link copied to clipboard

HTTP client used to call the OAuth token endpoint.

Link copied to clipboard

A description of the provider that can be used for API documentation.

Link copied to clipboard

A required route path that starts the OAuth redirect when visited.

Link copied to clipboard

Handles OAuth 2.0 errors such as authorization errors and token exchange failures.

Link copied to clipboard

Resolves OAuth 2.0 server settings for the current routing context.

Link copied to clipboard

Static OAuth 2.0 server settings. Either this or providerLookup must be specified.