Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IGetTokenDataOptions interface
- Package:
- @microsoft/sp-http-base
Properties
| authenticationScheme |
| callersQosName |
| claims |
| resourceRequestMethod |
| scopes |
| shrClaims |
| skipLoggingAndDisableRedirects |
| useCachedToken |
Property Details
authenticationScheme
callersQosName
callersQosName?: string;
Property Value
string
claims
claims: string | undefined;
Property Value
string | undefined
resourceRequestMethod
resourceRequestMethod?: string;
Property Value
string
scopes
scopes?: string[];
Property Value
string[]
shrClaims
shrClaims?: string;
Property Value
string
skipLoggingAndDisableRedirects
skipLoggingAndDisableRedirects: boolean;
Property Value
boolean
useCachedToken
useCachedToken: boolean;
Property Value
boolean
