createPasskeyRegistrationLink method

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

Implementation

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