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