listHumanAuthFactors method
ResponseFuture<ListHumanAuthFactorsResponse>
listHumanAuthFactors(
- ListHumanAuthFactorsRequest request, {
- CallOptions? options,
Get User Authentication Factors (2FA/MFA)
Deprecated: use user service v2 ListAuthenticationMethodTypes instead.
Get a list of authentication factors the user has set. Including Second Factors (2FA) and Multi-Factors (MFA).
Implementation
$grpc.ResponseFuture<$0.ListHumanAuthFactorsResponse> listHumanAuthFactors(
$0.ListHumanAuthFactorsRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$listHumanAuthFactors, request, options: options);
}