AuthFailureReason enum

카카오 로그인 요청 에러 종류.

Inheritance

Constructors

AuthFailureReason()
const

Values

unknown → const AuthFailureReason

기타 에러

invalidRequest → const AuthFailureReason

요청 파라미터 오류

invalidClient → const AuthFailureReason

유효하지 않은 앱

invalidScope → const AuthFailureReason

유효하지 않은 scope

invalidGrant → const AuthFailureReason

인증 수단이 유효하지 않아 인증할 수 없는 상태

misConfigured → const AuthFailureReason

설정이 올바르지 않음. 예) bundle id

unauthorized → const AuthFailureReason

앱이 요청 권한이 없음

accessDenied → const AuthFailureReason

접근이 거부 됨 (동의 취소)

autoLogin → const AuthFailureReason

카카오싱크 전용

serverError → const AuthFailureReason

서버 내부 에러

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<AuthFailureReason>
A constant List of the values in this enum, in order of their declaration.