WebAuthn
Get a list of WebAuthn credentials
Returns a list of WebAuthn credentials assigned to the current user.
GET
https://{tenant_id}.hanko.io
/
webauthn
/
credentials
Authorizations
hanko
string
cookierequiredResponse
200 - application/json
id
string
requiredThe ID of the Webauthn credential
name
string
The name of the credential. Can be updated by the user.
public_key
boolean
requiredThe public key assigned to the credential.
aaguid
boolean
requiredThe AAGUID of the authenticator.
transports
enum<string>[]
requiredTransports which may be used by the authenticator.
Available options:
usb
, nfc
, ble
, internal
last_used_at
string
The time when the credential was used last
created_at
string
requiredTime of creation of the credential
Was this page helpful?