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