Crate google_pem

Crate google_pem 

Source
Expand description

Fetches Google PEM and validates JWTs.

This API has three levels:

Re-exports§

pub use cache::Keys;

Modules§

cache
Caching Keys.
fetch
fetch::into and HTTP processing.
keys
Google PEM Keys.

Structs§

Parse
A parsing iterator for the PEM endpoint.

Functions§

parse
Parses PEM data into a (key id, escaped key) iterator.