SocialOauthInit
SocialOauthInit 클래스는 소셜 로그인 초기화를 담당합니다.
Signature
declare class SocialOauthInit
Constructors
Constructor | Modifiers | Description |
---|---|---|
생성자 함수에서는 클라이언트 ID를 받아 초기화합니다. |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | |||
| <T>(state: string) => T | null | decodeOAuthState 메서드는 인코딩된 OAuth 상태를 디코딩합니다. | |
| <T>(state: T) => string | encodeOAuthState 메서드는 OAuth 상태를 인코딩합니다. | |
string |
Methods
Method | Modifiers | Description |
---|---|---|
createOauthUrl 메서드는 OAuth 인증 URL을 생성합니다. |