Sui.Rpc.V2beta.PasskeyAuthenticator (ex_sui v0.1.0)
View SourceA passkey authenticator.
See
struct.PasskeyAuthenticator
for more information on the requirements on the shape of the
client_data_json
field.
Summary
Types
@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 }