Readonly
idA value representing a cryptographic commitment to a user identity.
It is calculated from the aud, uidKey, uidVal, pepper.
Readonly
issThe value of the 'iss' claim on the JWT which identifies the OIDC provider.
Static
Readonly
ID_The number of bytes that idCommitment
should be
Get the authentication key for the keyless public key
AuthenticationKey
Verifies a signed data with a public key
message
The signature
true if the signature is valid
Static
createCreates a KeylessPublicKey from the JWT components plus pepper
the client ID of the application
the iss of the identity
The pepper used to maintain privacy of the account
the key to use to get the uidVal in the JWT token
the value of the uidKey in the JWT token
KeylessPublicKey
Static
deserializeStatic
fromStatic
isStatic
isStatic
load
Represents the KeylessPublicKey public key
KeylessPublicKey authentication key is represented in the SDK as
AnyPublicKey
.