AuthErrorCause enum
KO: 인증 및 인가 에러 원인
EN: Causes of authentication or authorization errors
- Inheritance
-
- Object
- Enum
- AuthErrorCause
Values
- invalidRequest → const AuthErrorCause
-
KO: 잘못된 파라미터를 전달한 경우
EN: Passed wrong parameters - invalidClient → const AuthErrorCause
-
KO: 잘못된 앱 키를 전달한 경우
EN: Passed with the wrong app key - invalidScope → const AuthErrorCause
-
KO: 잘못된 동의항목 ID를 전달한 경우
EN: Passed with invalid scope IDs - invalidGrant → const AuthErrorCause
-
KO: 리프레시 토큰이 만료되었거나 존재하지 않는 경우
EN: The refresh token has expired or does not exist - misconfigured → const AuthErrorCause
-
KO: 앱의 플랫폼 설정이 올바르지 않은 경우
EN: Platform settings of the app are misconfigured -
KO: 앱에 사용 권한이 없는 경우
EN: The app does not have permission - accessDenied → const AuthErrorCause
-
KO: 사용자가 동의 화면에서 카카오 로그인을 취소한 경우
EN: The user canceled Kakao Login at the consent screen - serverError → const AuthErrorCause
-
KO: 서버 에러
EN: Server error - unknown → const AuthErrorCause
-
KO: 알 수 없음
EN: Unknown
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- 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
Constants
-
values
→ const List<
AuthErrorCause> - A constant List of the values in this enum, in order of their declaration.