TokenInfo interface

Provides information about the token.

Properties

expiry

The token expiration time in seconds.

token

The access token.

tokenType

The type of token - "jwt" or "servicebus.windows.net:sastoken".

Property Details

expiry

The token expiration time in seconds.

expiry: number

Property Value

number

token

The access token.

token: string

Property Value

string

tokenType

The type of token - "jwt" or "servicebus.windows.net:sastoken".

tokenType: TokenType

Property Value