listAuthenticationFactors method

ResponseFuture<ListAuthenticationFactorsResponse> listAuthenticationFactors(
  1. ListAuthenticationFactorsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.ListAuthenticationFactorsResponse>
    listAuthenticationFactors(
  $0.ListAuthenticationFactorsRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$listAuthenticationFactors, request,
      options: options);
}