AuthErrorCause enum

Specific error from Kakao OAuth.

Constants

ACCESS_DENIED → const AuthErrorCause
@JsonValue('access_denied')
const AuthErrorCause(5)
INVALID_GRANT → const AuthErrorCause
@JsonValue('invalid_grant')
const AuthErrorCause(2)
INVALID_REQUEST → const AuthErrorCause
@JsonValue('invalid_request')
const AuthErrorCause(0)
INVALID_SCOPE → const AuthErrorCause
@JsonValue('invalid_scope')
const AuthErrorCause(1)
MISCONFIGURED → const AuthErrorCause
@JsonValue('misconfigured')
const AuthErrorCause(3)
SERVER_ERROR → const AuthErrorCause
@JsonValue('server_error')
const AuthErrorCause(6)
UNAUTHORIZED → const AuthErrorCause
@JsonValue('unauthorized')
const AuthErrorCause(4)
UNKNOWN → const AuthErrorCause
const AuthErrorCause(7)
values → const List<AuthErrorCause>

A constant List of the values in this enum, in order of their declaration.

const List<AuthErrorCause>

Properties

index → int

The integer index of this enum.

final
hashCode → int
The hash code for this object.
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

toString() → String
Returns a string representation of this object.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited

Operators

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