Enum kanidm_proto::v1::AuthIssueSession
source · pub enum AuthIssueSession {
Token,
Cookie,
}
Expand description
The type of session that should be issued to the client.
Variants§
Token
Issue a bearer token for this client. This is the default.
Cookie
Issue a cookie for this client.
Trait Implementations§
source§impl Clone for AuthIssueSession
impl Clone for AuthIssueSession
source§fn clone(&self) -> AuthIssueSession
fn clone(&self) -> AuthIssueSession
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AuthIssueSession
impl Debug for AuthIssueSession
source§impl<'de> Deserialize<'de> for AuthIssueSession
impl<'de> Deserialize<'de> for AuthIssueSession
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Serialize for AuthIssueSession
impl Serialize for AuthIssueSession
source§impl<'__s> ToSchema<'__s> for AuthIssueSession
impl<'__s> ToSchema<'__s> for AuthIssueSession
impl Copy for AuthIssueSession
Auto Trait Implementations§
impl Freeze for AuthIssueSession
impl RefUnwindSafe for AuthIssueSession
impl Send for AuthIssueSession
impl Sync for AuthIssueSession
impl Unpin for AuthIssueSession
impl UnwindSafe for AuthIssueSession
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)