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