AuthCodeClient class

KO: 카카오 로그인 인증 및 토큰 관리 클라이언트
EN: Client for the authentication and token management through Kakao Login

Constructors

AuthCodeClient({AuthApi? api, AuthPlatform? platform})

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

authorize({required String redirectUri, List<Prompt>? prompts, String? loginHint, String? nonce, List<String>? channelPublicIds, List<String>? serviceTerms, String? codeVerifier}) → Future<String>
KO: 카카오계정으로 로그인: 리다이렉트 방식
EN: Login with Kakao Account through redirection
authorizeWithNewScopes({required String redirectUri, required List<String> scopes, String? nonce, String? codeVerifier}) → Future<String>
KO: 동의항목 추가 동의 요청
EN: Request additional consent
authorizeWithTalk({required String redirectUri, String? nonce, List<String>? channelPublicId, List<String>? serviceTerms, String? codeVerifier}) → Future<String>
KO: 카카오톡으로 로그인: 리다이렉트 방식
EN: Login with Kakao Talk through redirection
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