From 997a4c1a3d21b80519439a161095a95bdf4a4032 Mon Sep 17 00:00:00 2001 From: robjtede Date: Thu, 11 Jan 2024 04:44:38 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20actix/ac?= =?UTF-8?q?tix-extras@89bf63e1ef6906e0fa8b5408402f1a739762565f=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actix_identity/all.html | 2 +- actix_identity/config/enum.LogoutBehaviour.html | 2 +- actix_identity/config/index.html | 2 +- .../config/struct.IdentityMiddlewareBuilder.html | 2 +- actix_identity/error/enum.GetIdentityError.html | 8 ++++---- actix_identity/error/index.html | 2 +- actix_identity/error/struct.LoginError.html | 4 ++-- actix_identity/error/struct.LostIdentityError.html | 4 ++-- actix_identity/error/struct.MissingIdentityError.html | 4 ++-- actix_identity/error/struct.SessionExpiryError.html | 2 +- actix_identity/index.html | 2 +- actix_identity/struct.Identity.html | 2 +- actix_identity/struct.IdentityMiddleware.html | 2 +- actix_identity/trait.IdentityExt.html | 2 +- help.html | 4 ++-- search-index.js | 2 +- settings.html | 4 ++-- .../actix_web/error/response_error/trait.ResponseError.js | 2 +- trait.impl/core/clone/trait.Clone.js | 2 +- trait.impl/core/convert/trait.From.js | 2 +- trait.impl/core/error/trait.Error.js | 2 +- trait.impl/core/fmt/trait.Debug.js | 2 +- trait.impl/core/fmt/trait.Display.js | 2 +- 23 files changed, 31 insertions(+), 31 deletions(-) diff --git a/actix_identity/all.html b/actix_identity/all.html index fdca07b09..3a25b0aa1 100644 --- a/actix_identity/all.html +++ b/actix_identity/all.html @@ -1,2 +1,2 @@ -List of all items in this crate +List of all items in this crate
\ No newline at end of file diff --git a/actix_identity/config/enum.LogoutBehaviour.html b/actix_identity/config/enum.LogoutBehaviour.html index c4d8401da..aff77b4ef 100644 --- a/actix_identity/config/enum.LogoutBehaviour.html +++ b/actix_identity/config/enum.LogoutBehaviour.html @@ -1,4 +1,4 @@ -LogoutBehaviour in actix_identity::config - Rust +LogoutBehaviour in actix_identity::config - Rust
#[non_exhaustive]
pub enum LogoutBehaviour { PurgeSession, DeleteIdentityKeys, diff --git a/actix_identity/config/index.html b/actix_identity/config/index.html index a2e36cfb0..8ad1e22ff 100644 --- a/actix_identity/config/index.html +++ b/actix_identity/config/index.html @@ -1,4 +1,4 @@ -actix_identity::config - Rust +actix_identity::config - Rust

Module actix_identity::config

source ·
Expand description

Configuration options to tune the behaviour of IdentityMiddleware.

Structs

Enums