Expand description
Fetches Google PEM and validates JWTs.
This API has three levels:
- Fetch, cache, and validate keys:
cache::Keys. - Fetch and validate keys:
keys::Keys. - Fetch keys:
fetch::into,fetch::process_headers(orfetch::body), andParse.
Re-exports§
pub use cache::Keys;
Modules§
Structs§
- Parse
- A parsing iterator for the PEM endpoint.
Functions§
- parse
- Parses PEM data into a (key id, escaped key) iterator.