Class BearerAuthorization

Hierarchy

  • BearerAuthorization

Implements

Constructors

Properties

Methods

Constructors

  • An authorization for use with the CFTools Data API. The authorization consists of a type (currently, only Bearer is supported by CFTools) as well as the value (token) needed to use within the authorization. The token is an opaque string, users of this information are not expected to interpret this token.

    Parameters

    Returns BearerAuthorization

Properties

created: Date
expiresAt: Date
token: string

Methods

Generated using TypeDoc