getPasswordComplexityPolicy_Pre method
Future<GetPasswordComplexityPolicyResponse>
getPasswordComplexityPolicy_Pre(
- ServiceCall call,
- Future<
GetPasswordComplexityPolicyRequest> request
Implementation
$async.Future<$0.GetPasswordComplexityPolicyResponse> getPasswordComplexityPolicy_Pre($grpc.ServiceCall call, $async.Future<$0.GetPasswordComplexityPolicyRequest> request) async {
return getPasswordComplexityPolicy(call, await request);
}