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