NaverConfig class
네이버 로그인 설정
Constructors
-
const
Properties
- appName → String
-
앱 이름 (로그인 화면에 표시)
final
- clientId → String
-
클라이언트 ID
final
- clientSecret → String
-
클라이언트 시크릿
final
- collect → NaverCollectOptions?
-
수집 옵션 (문서화 목적, 실제 설정은 개발자센터에서)
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