updateCustomPasswordAgePolicy method

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

Implementation

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