Oauth2Discovery

sealed class Oauth2Discovery

Contains the discovery information for an OAuth2 provider.

Inheritors

Types

Link copied to clipboard

The authorization server metadata for the OAuth2 provider.

Link copied to clipboard
data class DiscoveryUrl(val value: String) : Oauth2Discovery

The discovery URL for the OAuth2 provider.

Link copied to clipboard

Functions