AuthTokenRelyingPartyId Property
AuthTokenRelyingPartyId
The relying party ID associated with the permissions.
C#
public string AuthTokenRelyingPartyId { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
See the User's Manual entry for a deeper discussion of FIDO2 authentication and how AuthTokens, permissions, PIN/UV, and AuthParams fit together.
See also the User's Manual entry
on the SDK's AuthToken logic. That article goes into greater detail
how the SDK performs "automatic" AuthToken retrieval based on the
version of the connected YubiKey, the state of the Fido2 application
on the YubiKey, the input, and the state of the Fido2Session
.
If the AuthToken was obtained with a permission of
MakeCredential
and/or GetAssertion
, a relying party ID
was associated with it. It is also optional to associate a relying
party with the CredentialManagement
permission as well.