mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:47:32 +00:00
feat(v2): register user u2f (#6020)
This commit is contained in:
@@ -21,9 +21,9 @@ type PasskeyCodeDetails struct {
|
||||
Code string
|
||||
}
|
||||
|
||||
type PasskeyRegistrationDetails struct {
|
||||
type WebAuthNRegistrationDetails struct {
|
||||
*ObjectDetails
|
||||
|
||||
PasskeyID string
|
||||
ID string
|
||||
PublicKeyCredentialCreationOptions []byte
|
||||
}
|
||||
|
Reference in New Issue
Block a user