AuthErrorCause

AuthError 에러 원인
Causes of AuthError

Entries

Link copied to clipboard
@SerializedName(value = "invalid_request")
InvalidRequest

잘못된 파라미터를 전달한 경우
Passed wrong parameters

Link copied to clipboard
@SerializedName(value = "invalid_client")
InvalidClient

잘못된 앱 키를 전달한 경우
Passed with the wrong app key

Link copied to clipboard
@SerializedName(value = "invalid_scope")
InvalidScope

잘못된 동의항목 ID를 전달한 경우
Passed with invalid scope IDs

Link copied to clipboard
@SerializedName(value = "invalid_grant")
InvalidGrant

리프레시 토큰이 만료되었거나 존재하지 않는 경우
The refresh token has expired or does not exist

Link copied to clipboard
@SerializedName(value = "misconfigured")
Misconfigured

앱의 플랫폼 설정이 올바르지 않은 경우
Platform settings of the app are misconfigured

Link copied to clipboard
@SerializedName(value = "unauthorized")
Unauthorized

앱에 사용 권한이 없는 경우
The app does not have permission

Link copied to clipboard
@SerializedName(value = "access_denied")
AccessDenied

사용자가 동의 화면에서 카카오 로그인을 취소한 경우
The user canceled Kakao Login at the consent screen

Link copied to clipboard
@SerializedName(value = "server_error")
ServerError

서버 에러
Server error

Link copied to clipboard

알 수 없음
Unknown

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard