ReadonlyjwkThe address that contains the JWK set to be used for verification.
ReadonlykeylessThe inner public key which contains the standard Keyless public key.
Get the authentication key for the federated keyless public key
AuthenticationKey
Verifies a signed data with a public key
The JWK to use for verification.
The keyless configuration to use for verification.
message
The signature
true if the signature is valid
StaticcreateCreates 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
Verifies a keyless signature for a given message. It will fetch the keyless configuration and the JWK to use for verification from the appropriate network as defined by the aptosConfig.
The aptos config to use for fetching the keyless configuration.
The message to verify the signature against.
Optionaloptions?: { OptionalthrowThe signature to verify.
true if the signature is valid
StaticdeserializeStaticfromOptionaluidStaticisStaticis
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.