Sui.Rpc.V2beta.PasskeyAuthenticator (ex_sui v0.1.0)

View Source

A passkey authenticator.

See struct.PasskeyAuthenticator for more information on the requirements on the shape of the client_data_json field.

Summary

Types

t()

@type t() :: %Sui.Rpc.V2beta.PasskeyAuthenticator{
  __unknown_fields__: [Protobuf.unknown_field()],
  authenticator_data: binary() | nil,
  client_data_json: String.t() | nil,
  signature: Sui.Rpc.V2beta.UserSignature.t() | nil
}

Functions

descriptor()