registerPasskey method
ResponseFuture<RegisterPasskeyResponse>
registerPasskey(
- RegisterPasskeyRequest request, {
- CallOptions? options,
Start the registration of passkey for a user
Start the registration of a passkey for a user, as a response the public key credential creation options are returned, which are used to verify the passkey.
Deprecated: please move to the corresponding endpoint under user service v2 (GA).
Implementation
$grpc.ResponseFuture<$0.RegisterPasskeyResponse> registerPasskey(
$0.RegisterPasskeyRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$registerPasskey, request, options: options);
}