feat(v2): register user u2f (#6020)

This commit is contained in:
Tim Möhlmann
2023-06-15 07:32:40 +02:00
committed by GitHub
parent 5b3f04e4d9
commit 2e323e8044
12 changed files with 605 additions and 27 deletions

View File

@@ -21,9 +21,9 @@ type PasskeyCodeDetails struct {
Code string
}
type PasskeyRegistrationDetails struct {
type WebAuthNRegistrationDetails struct {
*ObjectDetails
PasskeyID string
ID string
PublicKeyCredentialCreationOptions []byte
}