mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-27 17:22:57 +01:00
1 line
2.3 KiB
JavaScript
1 line
2.3 KiB
JavaScript
searchState.loadedDescShard("actix_identity", 0, "Identity management for Actix Web.\nA verified user identity. It can be used as a request …\nHelper trait to retrieve an <code>Identity</code> instance from various …\nIdentity management middleware.\nA fluent API to configure <code>IdentityMiddleware</code>.\nConfiguration options to tune the behaviour of …\nFailure modes of identity operations.\nReturns the argument unchanged.\nReturns the argument unchanged.\nRetrieve the identity attached to the current session, if …\nReturn the user id associated to the current session.\nCalls <code>U::from(self)</code>.\nCalls <code>U::from(self)</code>.\nAttach a valid user identity to the current session.\nRemove the user identity from the current session.\nWhen <code>Identity::logout</code> is called, remove the identity …\nA fluent builder to construct an <code>IdentityMiddleware</code> …\n<code>LogoutBehaviour</code> controls what actions are going to be …\nWhen <code>Identity::logout</code> is called, purge the current session.\nFinalises the builder and returns an <code>IdentityMiddleware</code> …\nReturns the argument unchanged.\nReturns the argument unchanged.\nSet a custom key to identify the user in the session.\nCalls <code>U::from(self)</code>.\nCalls <code>U::from(self)</code>.\nSet a custom key to store the last visited unix timestamp.\nAutomatically logs out users after a certain amount of …\nSet a custom key to store the login unix timestamp.\nDetermines how <code>Identity::logout</code> affects the current …\nAutomatically logs out users after a certain amount of …\nErrors that can occur while retrieving an identity.\nError that can occur during login attempts.\nThe identity information has been lost.\nIdentity info was lost after being validated.\nThere is no identity information attached to the current …\nNo identity is found in a session.\nError encountered when working with a session that has …\nThe session has expired.\nFailed to accessing the session store.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls <code>U::from(self)</code>.\nCalls <code>U::from(self)</code>.\nCalls <code>U::from(self)</code>.\nCalls <code>U::from(self)</code>.\nCalls <code>U::from(self)</code>.") |