[][src]Module oidc::discovery

Structs

Config
Discovered

Functions

discover

Get the discovery config document from the given issuer url. Errors are either a Reqwest error, Insecure if the Url isn't https, or CannotBeABase if the URL isn't an origin.

jwks

Get the JWK set from the given Url. Errors are either a reqwest error or an Insecure error if the url isn't https.