Interface Auth0DelegationToken

Represents the response from an API Token Delegation request.

Index

Properties

Properties

public expires_in: string

The length of time in seconds the token is valid for.

public id_token: string

The JWT for delegated access.

public token_type: string

The type of token being returned. Possible values: "Bearer"