createWebAuthNRegistrationLink method

ResponseFuture<CreateWebAuthNRegistrationLinkResponse> createWebAuthNRegistrationLink(
  1. CreateWebAuthNRegistrationLinkRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.CreateWebAuthNRegistrationLinkResponse> createWebAuthNRegistrationLink($0.CreateWebAuthNRegistrationLinkRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$createWebAuthNRegistrationLink, request, options: options);
}