RequestThumbprint type
Typ een unieke aanvraagvingerafdruk.
type RequestThumbprint = {
authenticationScheme?: AuthenticationScheme
authority: string
claims?: string
clientId: string
embeddedClientId?: string
homeAccountIdentifier?: string
resourceRequestMethod?: string
resourceRequestUri?: string
scopes: string[]
shrClaims?: string
shrOptions?: ShrOptions
sshKid?: string
}