Enum kanidm_proto::oauth2::CodeChallengeMethod
source · pub enum CodeChallengeMethod {
S256,
}
Variants§
S256
Trait Implementations§
source§impl Clone for CodeChallengeMethod
impl Clone for CodeChallengeMethod
source§fn clone(&self) -> CodeChallengeMethod
fn clone(&self) -> CodeChallengeMethod
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 CodeChallengeMethod
impl Debug for CodeChallengeMethod
source§impl<'de> Deserialize<'de> for CodeChallengeMethod
impl<'de> Deserialize<'de> for CodeChallengeMethod
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