Sui.Rpc.V2beta.Jwk (ex_sui v0.1.0)
View SourceA JSON web key.
Struct that contains info for a JWK. A list of them for different kinds can be retrieved from the JWK endpoint (for example, https://www.googleapis.com/oauth2/v3/certs). The JWK is used to verify the JWT token.
Summary
Types
@type t() :: %Sui.Rpc.V2beta.Jwk{ __unknown_fields__: [Protobuf.unknown_field()], alg: String.t() | nil, e: String.t() | nil, kty: String.t() | nil, n: String.t() | nil }