WebAuthn credential Management
Get a list of all WebAuthn credentials for a user
GET
https://{tenant_id}.hanko.io/admin
/
users
/
{id}
/
webauthn_credentials
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your API key. Must only be used when using Hanko Cloud.
Path Parameters
UUID of the requested object
Response
200 - application/json
The ID of the credential
A name that the user choose
The public key of the credential
The attestation type the credential was registered with
The AAGUID of the authenticator the credentials was created on
The ways the authenticator is connected
Time of creation of the credential
The time when the credential was last used
Indicates if the credential can be backed up
Indicates if the credential is backed up
Indicates if the credential can only be used as a MFA credential
Was this page helpful?