Skip to main content

SocialOauthInit.decodeOAuthState

decodeOAuthState 메서드는 인코딩된 OAuth 상태를 디코딩합니다.

Signature

static decodeOAuthState: <T>(state: string) => T | null;