Show / Hide Table of Contents

GetPinUvAuthTokenResponse Class

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

This is the partner response class to the GetPinTokenCommand, GetPinUvAuthTokenUsingPinCommand, and GetPinUvAuthTokenUsingUvCommand, command classes.

C#
public class GetPinUvAuthTokenResponse : Fido2Response, IYubiKeyResponseWithData<ReadOnlyMemory<byte>>, IYubiKeyResponse
Inheritance object YubiKeyResponse Fido2Response GetPinUvAuthTokenResponse
Implements
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.

In this article
Back to top Generated by DocFX