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