NaverConfig class

네이버 로그인 설정

⚠️ 네이버는 OAuth scope 파라미터를 지원하지 않습니다. 수집 항목은 네이버 개발자센터에서 직접 설정하세요. https://developers.naver.com/apps

Constructors

const

Properties

appName String
앱 이름 (로그인 화면에 표시)
final
clientId String
클라이언트 ID
final
clientSecret String
클라이언트 시크릿
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validate() List<KAuthError>
설정 검증

Operators

operator ==(Object other) bool
The equality operator.
inherited