getDefaultPasswordAgePolicy_Pre method
Future<GetDefaultPasswordAgePolicyResponse>
getDefaultPasswordAgePolicy_Pre(
- ServiceCall call,
- Future<
GetDefaultPasswordAgePolicyRequest> request
Implementation
$async.Future<$0.GetDefaultPasswordAgePolicyResponse> getDefaultPasswordAgePolicy_Pre($grpc.ServiceCall call, $async.Future<$0.GetDefaultPasswordAgePolicyRequest> request) async {
return getDefaultPasswordAgePolicy(call, await request);
}