KOAuthType Constants Reference

Declared in KOSession.h

KOAuthType

카카오계정 로그인시의 인증 타입

Definition

typedef NS_ENUM(NSInteger, KOAuthType ) {
   KOAuthTypeTalk = 1 < < 1,
   KOAuthTypeStory = 1 < < 2,
   KOAuthTypeAccount = 1 < < 3,
};

Constants

KOAuthTypeTalk

카카오톡으로 간편 인증

Declared In KOSession.h.

KOAuthTypeStory

카카오스토리로 간편 인증

Declared In KOSession.h.

KOAuthTypeAccount

카카오계정으로 직접 ID, Password로 인증

Declared In KOSession.h.

Declared In

KOSession.h