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