KakaoAuthException class

카카오 OAuth API 호출 시 에러 응답

Inheritance
Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)

Properties

error AuthErrorCause
invalid_grant 등 어떤 에러인지 나타내주는 스트링 값
final
errorDescription → String?
자세한 에러 설명
final
hashCode → int
The hash code for this object.
read-onlyinherited
message → String?
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

isInvalidTokenError() → bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited