addSecondFactorToLoginPolicy_Pre method
Future<AddSecondFactorToLoginPolicyResponse>
addSecondFactorToLoginPolicy_Pre(
- ServiceCall $call,
- Future<
AddSecondFactorToLoginPolicyRequest> $request
Implementation
$async.Future<$0.AddSecondFactorToLoginPolicyResponse>
addSecondFactorToLoginPolicy_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.AddSecondFactorToLoginPolicyRequest>
$request) async {
return addSecondFactorToLoginPolicy($call, await $request);
}