IGetTokenDataOptions interface

属性

authenticationScheme
callersQosName
claims
resourceRequestMethod
scopes
shrClaims
skipLoggingAndDisableRedirects
useCachedToken

属性详细信息

authenticationScheme

authenticationScheme?: IAuthenticationScheme;

属性值

callersQosName

callersQosName?: string;

属性值

string

claims

claims: string | undefined;

属性值

string | undefined

resourceRequestMethod

resourceRequestMethod?: string;

属性值

string

scopes

scopes?: string[];

属性值

string[]

shrClaims

shrClaims?: string;

属性值

string

skipLoggingAndDisableRedirects

skipLoggingAndDisableRedirects: boolean;

属性值

boolean

useCachedToken

useCachedToken: boolean;

属性值

boolean