TokenRequestStatus is the result of a token request.

Hierarchy

  • V1TokenRequestStatus

Constructors

Properties

expirationTimestamp: Date

ExpirationTimestamp is the time of expiration of the returned token.

token: string

Token is the opaque bearer token.

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc