CreateVerifiedAccessNativeApplicationOidcOptions

Describes the OpenID Connect (OIDC) options.

Types

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

Properties

Link copied to clipboard

The authorization endpoint of the IdP.

Link copied to clipboard

The OAuth 2.0 client identifier.

Link copied to clipboard

The OAuth 2.0 client secret.

Link copied to clipboard

The OIDC issuer identifier of the IdP.

Link copied to clipboard

The public signing key endpoint.

Link copied to clipboard

The set of user claims to be requested from the IdP.

Link copied to clipboard

The token endpoint of the IdP.

Link copied to clipboard

The user info endpoint of the IdP.

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