IGetTokenOptions interface

Properties

authenticationScheme

Indicates whether acquire a Bearer or PoP By defalut authenticationScheme is Bearer.

claims
resourceRequestMethod

The all-caps name of the HTTP method of the request

shrClaims

A stringified JSON object containing custom client claims

useCachedToken

Property Details

authenticationScheme

Indicates whether acquire a Bearer or PoP By defalut authenticationScheme is Bearer.

authenticationScheme?: IAuthenticationScheme;

Property Value

claims

claims?: string;

Property Value

string

resourceRequestMethod

The all-caps name of the HTTP method of the request

resourceRequestMethod?: string;

Property Value

string

shrClaims

A stringified JSON object containing custom client claims

shrClaims?: string;

Property Value

string

useCachedToken

useCachedToken?: boolean;

Property Value

boolean