IapTokenInfo

The token information that can be used by clients, in exchange for user credentials, to access Identity-Aware Proxy (IAP).

Since

200.8.0

Properties

Link copied to clipboard

The access token to be used to make an authenticated request.

Link copied to clipboard

The access token expiration date.

Link copied to clipboard

The ID Token is a security token that includes claims regarding the authentication of an end-user by an authorization server when interacting with a client. This ID token is formatted as a JSON Web Token (JWT).

Link copied to clipboard

The ID token expiration date.

Link copied to clipboard

The refresh token to be used to refresh the access and ID tokens.

Link copied to clipboard

A list of scopes that specifies the valid permissions associated with the tokens.

Link copied to clipboard

The type of the token.

Functions

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