ModifyVerifiedAccessTrustProviderOidcOptions

Options for an OpenID Connect-compatible user-identity trust provider.

Types

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

Properties

Link copied to clipboard

The OIDC authorization endpoint.

Link copied to clipboard

The client identifier.

Link copied to clipboard

The client secret.

Link copied to clipboard

The OIDC issuer.

Link copied to clipboard

OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's details. Each scope returns a specific set of user attributes.

Link copied to clipboard

The OIDC token endpoint.

Link copied to clipboard

The OIDC user info endpoint.

Functions

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