updateCustomPasswordAgePolicy method

ResponseFuture<UpdateCustomPasswordAgePolicyResponse> updateCustomPasswordAgePolicy(
  1. UpdateCustomPasswordAgePolicyRequest request, {
  2. CallOptions? options,
})

Implementation

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