Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IGetTokenOptions interface
- Package:
- @microsoft/sp-http-base
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
