RegisterOidcConfigTestResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authorization endpoint URL discovered from the OIDC provider.

Link copied to clipboard

The end session endpoint URL for logging out users from the OIDC provider.

Link copied to clipboard

The OAuth grant types supported by the OIDC provider.

Link copied to clipboard

The issuer URL confirmed by the OIDC provider.

Link copied to clipboard

The logout endpoint URL for terminating user sessions.

Link copied to clipboard

Indicates whether the provider supports Microsoft multi-refresh tokens.

Link copied to clipboard

The OAuth response types supported by the OIDC provider.

Link copied to clipboard

The token revocation endpoint URL for invalidating tokens.

Link copied to clipboard

The OAuth scopes supported by the OIDC provider.

Link copied to clipboard

The token endpoint URL discovered from the OIDC provider.

Link copied to clipboard

The authentication methods supported by the token endpoint.

Link copied to clipboard

The user info endpoint URL discovered from the OIDC provider.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String