listMyAuthFactors method

ResponseFuture<ListMyAuthFactorsResponse> listMyAuthFactors(
  1. ListMyAuthFactorsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$4.ListMyAuthFactorsResponse> listMyAuthFactors(
    $4.ListMyAuthFactorsRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$listMyAuthFactors, request, options: options);
}