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