GoogleConfig class
구글 로그인 설정
Constructors
-
GoogleConfig({String? iosClientId, String? serverClientId, GoogleCollectOptions collect = const GoogleCollectOptions(), List<
String> ? additionalScopes, bool forceConsent = false}) -
const
Properties
-
additionalScopes
→ List<
String> ? -
추가 scope
final
-
allScopes
→ List<
String> -
전체 scope 목록
no setter
- collect → GoogleCollectOptions
-
수집 옵션
final
- forceConsent → bool
-
항상 동의 화면 표시 (refresh token 획득 시 필요)
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iosClientId → String?
-
iOS 클라이언트 ID (iOS에서 필수)
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverClientId → String?
-
서버 클라이언트 ID (백엔드 연동 시)
final
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