AuthSessionConfig class

Configuration options for the session module.

Constructors

AuthSessionConfig.new({int sessionKeySecretLength = 32, int sessionKeyHashSaltLength = 16})
Create a new user session configuration.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionKeyHashSaltLength int
Length of the salt used for the session key hash.
final
sessionKeySecretLength int
Length of the session key secret (which is only stored on the client).
final

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