Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Auth0DelegationToken

Represents the response from an API Token Delegation request.

Hierarchy

  • Auth0DelegationToken

Index

Properties

expiresIn

expiresIn: number

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

idToken

idToken: string

The JWT for delegated access.

tokenType

tokenType: string

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

Generated using TypeDoc