KeycloakEventType enum

Inheritance

Constructors

KeycloakEventType()
const

Values

onAuthError → const KeycloakEventType

Called if there was an error during authentication.

onAuthLogout → const KeycloakEventType

Called if the user is logged out (will only be called if the session status iframe is enabled, or in Cordova mode).

onAuthRefreshError → const KeycloakEventType

Called if there was an error while trying to refresh the token.

onAuthRefreshSuccess → const KeycloakEventType

Called when the token is refreshed

onAuthSuccess → const KeycloakEventType

Called when a user is successfully authenticated.

onReady → const KeycloakEventType

Called when the adapter is initialized.

onTokenExpired → const KeycloakEventType

Called when the access token is expired. If a refresh token is available the token can be refreshed with updateToken, or in cases where it is not (that is, with implicit flow) you can redirect to login screen to obtain a new access token.

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