Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAuthTokenResponse

Hierarchy

Index

Properties

Optional cbId

cbId: string

cbId is the callbackIdentifier that was passed in, only present if that callbackIdentifier was not empty

expiresIn

expiresIn: number

token lifetime in seconds

message

message: string

result

result: boolean

result indicates if call was successful

token

token: string

token to use as Bearer token

Generated using TypeDoc