Struct jwt_simple::algorithms::HS384Key [−][src]
pub struct HS384Key { /* fields omitted */ }Implementations
Trait Implementations
fn authenticate<CustomClaims: Serialize + DeserializeOwned>(
&self,
claims: JWTClaims<CustomClaims>
) -> Result<String, Error>[src]fn verify_token<CustomClaims: Serialize + DeserializeOwned>(
&self,
token: &str,
options: Option<VerificationOptions>
) -> Result<JWTClaims<CustomClaims>, Error>[src]Auto Trait Implementations
impl RefUnwindSafe for HS384Keyimpl UnwindSafe for HS384KeyBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V