getPasswordAgePolicy_Pre method
Future<GetPasswordAgePolicyResponse>
getPasswordAgePolicy_Pre(
- ServiceCall call,
- Future<
GetPasswordAgePolicyRequest> request
Implementation
$async.Future<$1.GetPasswordAgePolicyResponse> getPasswordAgePolicy_Pre($grpc.ServiceCall call, $async.Future<$1.GetPasswordAgePolicyRequest> request) async {
return getPasswordAgePolicy(call, await request);
}