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