Struct alcoholic_jwt::JWKS[][src]

pub struct JWKS { /* fields omitted */ }

Representation of a set of JSON Web Keys. See RFC 7517.

Methods

impl JWKS
[src]

Attempt to find a JWK by its key ID.

Trait Implementations

impl Clone for JWKS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for JWKS
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for JWKS

impl Sync for JWKS