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