AuthCodeClient class

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

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({String? clientId, required String redirectUri, List<String>? scopes, String? agt, List<String>? channelPublicIds, List<String>? serviceTerms, List<Prompt>? prompts, String? loginHint, String? codeVerifier, String? nonce, String? kauthTxId, bool webPopupLogin = false}) Future<String>
KO: 카카오계정으로 로그인: 리다이렉트 방식
EN: Login with Kakao Account through redirection
authorizeWithNewScopes({required List<String> scopes, required String redirectUri, String? clientId, String? codeVerifier, String? nonce, bool webPopupLogin = false}) Future<String>
KO: 추가 항목 동의 받기
EN: Request additional consent
authorizeWithTalk({String? clientId, required String redirectUri, List<Prompt>? prompts, List<String>? channelPublicId, List<String>? serviceTerms, String? codeVerifier, String? nonce, String? kauthTxId, String? stateToken, bool webPopupLogin = false}) 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

Static Properties

instance AuthCodeClient
final