Package version:

Build Auth Token.

interface BuildToken {
    expires?: Date;
    token?: string;
}

Properties

Properties

expires?: Date

Token expiration date. NOTE: This property will not be serialized. It can only be populated by the server.

token?: string

Authentication token. NOTE: This property will not be serialized. It can only be populated by the server.