ctap2-proto: Add pin_uv_auth_token param to authenticator::client_pin::Response::GetPinToken

main
Nick Zana 11 months ago
parent 7827fb82fe
commit 63a9be04ad

@ -63,7 +63,9 @@ pub enum Response {
},
SetPin,
ChangePin,
GetPinToken,
GetPinToken {
pin_uv_auth_token: PinUvAuthToken,
},
GetPinUvAuthTokenUsingUvWithPermissions {
/// > The pinUvAuthToken, encrypted by calling encrypt with the shared
/// > secret as the key.

Loading…
Cancel
Save