IGetTokenOptions interface
Properties
| authentication |
Indicates whether acquire a Bearer or PoP By defalut authenticationScheme is Bearer. |
| claims | |
| resource |
The all-caps name of the HTTP method of the request |
| shr |
A stringified JSON object containing custom client claims |
| use |
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