Struct jwt_simple::algorithms::PS384PublicKey [−][src]
pub struct PS384PublicKey { /* 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 PS384PublicKeyimpl Send for PS384PublicKeyimpl Sync for PS384PublicKeyimpl Unpin for PS384PublicKeyimpl UnwindSafe for PS384PublicKeyBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V