OpenIdConnectConfig

Describes an OpenID Connect (OIDC) configuration.

Types

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

Properties

Link copied to clipboard

The number of milliseconds that a token is valid after being authenticated.

Link copied to clipboard

The client identifier of the relying party at the OpenID identity provider. This identifier is typically obtained when the relying party is registered with the OpenID identity provider. You can specify a regular expression so that AppSync can validate against multiple client identifiers at a time.

Link copied to clipboard

The number of milliseconds that a token is valid after it's issued to a user.

Link copied to clipboard

The issuer for the OIDC configuration. The issuer returned by discovery must exactly match the value of iss in the ID token.

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