IGetTokenDataOptions interface
Properties
| authentication |
|
| callers |
|
| claims | |
| resource |
|
| scopes | |
| shr |
|
| skip |
|
| use |
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