Get the authentication key for the federated keyless public key
AuthenticationKey
Verifies a signed data with a public key
message
The signature
true if the signature is valid
Static
createCreates a FederatedKeylessPublicKey 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
FederatedKeylessPublicKey
Static
deserializeStatic
fromOptional
uidStatic
isStatic
is
Represents the FederatedKeylessPublicKey public key
These keys use an on-chain address as a source of truth for the JWK used to verify signatures.
FederatedKeylessPublicKey authentication key is represented in the SDK as
AnyPublicKey
.