sendMyPasswordlessLink method

ResponseFuture<SendMyPasswordlessLinkResponse> sendMyPasswordlessLink(
  1. SendMyPasswordlessLinkRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$2.SendMyPasswordlessLinkResponse> sendMyPasswordlessLink($2.SendMyPasswordlessLinkRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$sendMyPasswordlessLink, request, options: options);
}