getPasswordAgePolicy method
ResponseFuture<GetPasswordAgePolicyResponse>
getPasswordAgePolicy(
- GetPasswordAgePolicyRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.GetPasswordAgePolicyResponse> getPasswordAgePolicy($1.GetPasswordAgePolicyRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getPasswordAgePolicy, request, options: options);
}