createPasskeyRegistrationLink method

ResponseFuture<CreatePasskeyRegistrationLinkResponse> createPasskeyRegistrationLink(
  1. CreatePasskeyRegistrationLinkRequest request, {
  2. CallOptions? options,
})

Create a passkey registration link for a user

Create a passkey registration link which includes a code and either return it or send it to the user.

Deprecated: please move to the corresponding endpoint under user service v2 (GA).

Implementation

$grpc.ResponseFuture<$0.CreatePasskeyRegistrationLinkResponse>
    createPasskeyRegistrationLink(
  $0.CreatePasskeyRegistrationLinkRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$createPasskeyRegistrationLink, request,
      options: options);
}