Skip to main content

Module sessions

Module sessions 

Source

Modules§

association

Structs§

Data 🔒
Session
Session ultimately represents an OAuth authorization session yielding an associated matrix user registration. Maintains the state between authorization steps and the association to the matrix user until deactivation or revocation.
Sessions

Constants§

CODE_VERIFIER_LENGTH
Number of characters generated for our code_verifier. The code_verifier is a random string which must be between 43 and 128 characters.
SESSION_ID_LENGTH
Number of characters we will generate for the Session ID.

Type Aliases§

SessionId
Session Identifier type.