Skip to main content

Module oauth

Module oauth 

Source
Expand description

Inspect and revoke OAuth2 tokens, and exchange an authorization code for an access token.

This module covers the token-facing half of the OAuth2 PKCE flow. For generating the authorization URL and completing the flow end to end, see crate::model::oauth::authorize::AuthorizationUrl and crate::model::oauth::PendingAuthorization, which both carry a full walkthrough.