GetPinUvAuthTokenResponse Class
Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dllThis is the partner response class to the GetPinTokenCommand, GetPinUvAuthTokenUsingPinCommand, and GetPinUvAuthTokenUsingUvCommand, command classes.
C#
public class GetPinUvAuthTokenResponse : Fido2Response, IYubiKeyResponseWithData<ReadOnlyMemory<byte>>, IYubiKeyResponse
Constructors
Name | Description |
---|---|
GetPinUvAuthTokenResponse(ResponseApdu) | Constructs a new instance of the GetPinUvAuthTokenResponse class based on a response APDU provided by the YubiKey. |
Methods
Name | Description |
---|---|
GetData() | Returns the PIN/UV Auth token generated by the YubiKey. |