# 라이선스 관리

이 화면은 원스토어 개발자센터에서 **ALC(Application License Checker) 및 OAuth 인증 정보**를 제공하는 설정 페이지입니다.

<figure><img src="/files/BYZE2waDT3nH13LdbhXg" alt=""><figcaption></figcaption></figure>

## **ALC (Application License Checker)**

ALC는 원스토어를 통해 설치한 상품에 대한 액세스를 특정 사용자에게만 허용할 수 있도록 지원하는 라이브러리입니다. 이 라이브러리를 활용하면 정식 설치된 사용자만 앱을 사용할 수 있도록 검증할 수 있습니다.

### **라이선스 키**

* ALC를 적용하기 위해 필요한 **라이선스 키**가 제공됩니다.
* 해당 키는 앱의 정품 여부를 판별하는 데 사용됩니다.
* 복사 버튼을 통해 쉽게 복사할 수 있습니다.

### **ALC 라이브러리**

* 개발자는 **라이브러리 다운로드** 버튼을 통해 ALC 라이브러리를 다운로드할 수 있습니다.
* 유니티(Unity) 환경에서도 사용할 수 있도록 유니티 전용 라이브러리 다운로드 옵션도 제공됩니다.

### **ALC 가이드**

* ALC 적용 방법 및 설정 방법을 설명하는 가이드 문서를 확인할 수 있습니다.

## **OAuth 인증 정보**

원스토어 API를 사용하여 서버 간 통신을 수행하려면 OAuth 인증이 필요합니다. 이 섹션에서는 **Client ID** 및 **Client Secret**이 제공됩니다.

### **Client ID**

* 원스토어 API 사용을 위한 고유한 클라이언트 ID입니다.

### **Client Secret**

* API 인증을 위한 보안 키입니다.
* 일반적으로 **API 호출 시 액세스 토큰을 발급받는 데 사용**됩니다.
* 민감한 정보이므로 안전하게 관리해야 합니다.

### **복사 버튼**

* Client ID 및 Client Secret을 쉽게 복사할 수 있도록 제공됩니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://onestore-dev.gitbook.io/dev/docs/apps/common-info/license.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
