View Source Wax.CredentialId (wax_ v0.6.5)

Link to this section Summary

Types

t()

The binary representation of a credential id

Link to this section Types

@type t() :: binary()

The binary representation of a credential id

It is usually transmitted to a FIDO2 RP encoded as a base 64 string. One can decode it as follows:

Base.url_decode64!(credential_id, padding: false)

or keep it and store it with its base64 format