AuthenticationRecord interface

The record to use to find the cached tokens in the cache.

Properties

authority

Entity which issued the token represented by the domain of the issuer (e.g. login.microsoftonline.com)

clientId

The associated client ID.

homeAccountId

The home account Id.

tenantId

The associated tenant ID.

username

The username of the logged in account.

Property Details

authority

Entity which issued the token represented by the domain of the issuer (e.g. login.microsoftonline.com)

authority: string

Property Value

string

clientId

The associated client ID.

clientId: string

Property Value

string

homeAccountId

The home account Id.

homeAccountId: string

Property Value

string

tenantId

The associated tenant ID.

tenantId: string

Property Value

string

username

The username of the logged in account.

username: string

Property Value

string