KAuthConfig class

KAuth 설정

Constructors

KAuthConfig({KakaoConfig? kakao, NaverConfig? naver, GoogleConfig? google, AppleConfig? apple})
const

Properties

apple → AppleConfig?
애플 설정
final
configuredProviders → List<String>
설정된 Provider 목록
no setter
google → GoogleConfig?
구글 설정
final
hashCode → int
The hash code for this object.
no setterinherited
isValid → bool
설정이 유효한지 확인
no setter
kakao → KakaoConfig?
카카오 설정
final
네이버 설정
final
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({bool throwOnError = false, TargetPlatform? targetPlatform}) → List<KAuthError>
설정 유효성 검증

Operators

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