Show / Hide Table of Contents

PinUvAuthTokenPermissions Enum

Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dll

Permission flags used to scope the abilities of the PIN / UV auth token.

C#
[Flags]
public enum PinUvAuthTokenPermissions

Fields

AuthenticatorConfiguration

Allow the auth token to be used with the Config command. The relying party ID parameter is ignored for this permission.

BioEnrollment

Allow the auth token to be used with the BioEnrollment command. The relying party ID parameter is ignored for this permission.

CredentialManagement

Allow the auth token to be used with the CredentialManagement command. The relying party ID parameter is optional.

GetAssertion

Allow the auth token to be used for GetAssertionCommand operations with the provided relying party ID parameter.

LargeBlobWrite

Allow the auth token to be used with the LargeBlobs command. The relying party ID parameter is ignored for this permission.

MakeCredential

Allow the auth token to be used for MakeCredentialCommand operations with the provided relying party ID parameter.

None

No permissions were specified.

Extension Methods

PinUvAuthTokenPermissionsExtensions.GetRpIdRequirement(PinUvAuthTokenPermissions)
In this article
Back to top Generated by DocFX