Edit

Share via


IGetTokenDataOptions interface

Properties

authenticationScheme
callersQosName
claims
resourceRequestMethod
scopes
shrClaims
skipLoggingAndDisableRedirects
useCachedToken

Property Details

authenticationScheme

authenticationScheme?: IAuthenticationScheme;

Property Value

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