Skip to content

Interface: AuthorizationUrlParams ​

Defined in: src/auth/oauth.ts:6

Properties ​

clientId ​

ts
clientId: string;

Defined in: src/auth/oauth.ts:7


redirectUri ​

ts
redirectUri: string;

Defined in: src/auth/oauth.ts:9

애플리케이션 등록 시 입력한 로그인 리디렉션 URL과 일치해야 한다.


state ​

ts
state: string;

Defined in: src/auth/oauth.ts:11

CSRF 방지용 임의 문자열. 리다이렉트 응답에서 그대로 돌아온다.

공식 OPEN API만 지원 — 비공식 엔드포인트 0건