getDefaultPasswordAgePolicy_Pre method

Future<GetDefaultPasswordAgePolicyResponse> getDefaultPasswordAgePolicy_Pre(
  1. ServiceCall call,
  2. Future<GetDefaultPasswordAgePolicyRequest> request
)

Implementation

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