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