ReadonlyidA value representing a cryptographic commitment to a user identity.
It is calculated from the aud, uidKey, uidVal, pepper.
ReadonlyissThe value of the 'iss' claim on the JWT which identifies the OIDC provider.
Static ReadonlyID_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
StaticcreateCreates 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
StaticdeserializeStaticfromStaticisStaticisStaticload
Represents the KeylessPublicKey public key
KeylessPublicKey authentication key is represented in the SDK as
AnyPublicKey.