KakaoConfig class

카카오 로그인 설정

Constructors

KakaoConfig({required String appKey, KakaoCollectOptions collect = const KakaoCollectOptions(), List<String>? additionalScopes})
const

Properties

additionalScopes List<String>?
추가 scope (기본 scope 외 추가로 필요한 경우)
final
allScopes List<String>
전체 scope 목록
no setter
appKey String
카카오 앱 키 (Native App Key)
final
collect KakaoCollectOptions
수집 옵션
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