AccountLoginParams class

KO: 카카오계정으로 로그인 기능을 위한 설정

EN: Configuration for Login with Kakao Account

Constructors

AccountLoginParams({List<Prompt>? prompts, String? loginHint})

Properties

hashCode → int
The hash code for this object.
no setterinherited
loginHint → String?
KO: 카카오계정 로그인 페이지의 ID란에 자동 입력할 값

EN: A value to fill in ID field of the Kakao Account login page
final
prompts → List<Prompt>?
KO: 동의 화면에 상호작용 추가 요청 프롬프트

EN: Prompt to add an interaction to the consent screen
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

Operators

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