ClientSignOutMode enum

ClientSignOutMode represents the mode that is used to sign out a client, and has two values: signOut and signOutWithSessionDestroy.

Inheritance
Available extensions

Values

signOut → const ClientSignOutMode
const ClientSignOutMode('SIGN_OUT')
signOutWithSessionDestroy → const ClientSignOutMode
const ClientSignOutMode('SIGN_OUT_WITH_SESSION_DESTROY')

Properties

clientSignOutMode String
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clientSignOutModeAsString() String
The function returns the client sign out mode as a string.
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

Static Methods

getClientSignOutModeFromString(String string) ClientSignOutMode?
The function getClientSignOutModeFromString converts a string representation of a sign out mode into the corresponding enum value.

Constants

values → const List<ClientSignOutMode>
A constant List of the values in this enum, in order of their declaration.