Expand description
OAuth 2.0 Token Introspection (RFC 7662)
This module implements RFC 7662, which defines a method for a protected resource to query an OAuth 2.0 authorization server to determine meta-information about an OAuth 2.0 token.
Structs§
- Introspection
Client Credentials - Token introspection client credentials
- Token
Introspection Config - Token introspection endpoint configuration
- Token
Introspection Handler - HTTP handler for token introspection endpoint
- Token
Introspection Request - Token introspection request (RFC 7662)
- Token
Introspection Response - Token introspection response (RFC 7662)
- Token
Introspection Service - Token introspection service
Enums§
- Client
Auth Method - Client authentication methods for introspection