NMFAuthState
enum NMFAuthState : NSInteger {}
네이버 클라우드 플랫폼 지도 API 인증 상태.
-
인증되지 않음.
Declaration
Objective-C
NMFAuthStateUnauthorized = 0
Swift
case unauthorized = 0
-
인증 진행 중.
Declaration
Objective-C
NMFAuthStateAuthorizing
Swift
case authorizing = 1
-
인증 대기 중.
Declaration
Objective-C
NMFAuthStatePending
Swift
case pending = 2
-
인증 완료.
Declaration
Objective-C
NMFAuthStateAuthorized
Swift
case authorized = 3