Module agent

Module agent 

Source
Expand description

The agent, working in the background to manage the session and refresh tokens.

Re-exports§

pub use client::*;

Modules§

client
Client implementations

Structs§

Agent
The agent handling the OAuth2/OIDC state
LoginOptions
Options for the login process
LoginState
Login state, stored in the session
LogoutOptions
Options for the logout process

Enums§

Error
Operation error
OAuth2Error
An error with the OAuth2 agent

Traits§

OAuth2Operations
Operations for the OAuth2 agent