updateCustomLockoutPolicy_Pre method
Future<UpdateCustomLockoutPolicyResponse>
updateCustomLockoutPolicy_Pre(
- ServiceCall call,
- Future<
UpdateCustomLockoutPolicyRequest> request
Implementation
$async.Future<$0.UpdateCustomLockoutPolicyResponse> updateCustomLockoutPolicy_Pre($grpc.ServiceCall call, $async.Future<$0.UpdateCustomLockoutPolicyRequest> request) async {
return updateCustomLockoutPolicy(call, await request);
}