Module token_introspection

Module token_introspection 

Source
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§

IntrospectionClientCredentials
Token introspection client credentials
TokenIntrospectionConfig
Token introspection endpoint configuration
TokenIntrospectionHandler
HTTP handler for token introspection endpoint
TokenIntrospectionRequest
Token introspection request (RFC 7662)
TokenIntrospectionResponse
Token introspection response (RFC 7662)
TokenIntrospectionService
Token introspection service

Enums§

ClientAuthMethod
Client authentication methods for introspection