Skip to content

angee.integrate.oauth.discovery

Cached OAuth/OIDC discovery document fetches.

discovery_document

python
def discovery_document(discovery_url: str) -> dict[str, Any]

Return a cached or freshly fetched discovery document for discovery_url.

Released under the AGPL-3.0 License.