addCustomPasswordAgePolicy method
ResponseFuture<AddCustomPasswordAgePolicyResponse>
addCustomPasswordAgePolicy(
- AddCustomPasswordAgePolicyRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.AddCustomPasswordAgePolicyResponse>
addCustomPasswordAgePolicy(
$0.AddCustomPasswordAgePolicyRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$addCustomPasswordAgePolicy, request,
options: options);
}