Back to Node Auth0

Interface TokenForConnectionResponse

docs/interfaces/auth.TokenForConnectionResponse.html

5.9.1863 B
Original Source
  • auth
  • TokenForConnectionResponse

Interface TokenForConnectionResponse

interface TokenForConnectionResponse {
access_token: string;
scope?: string;
expires_at: number;
connection: string;
key: string: unknown;
}

Indexable

Index

Properties

access_tokenscope?expires_atconnection

Properties

access_token

access_token: string

Optionalscope

scope?: string

expires_at

expires_at: number

connection

connection: string

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties access_tokenscopeexpires_atconnection