Expand description
OAuth 2.0 Mutual-TLS Client Authentication and Certificate-Bound Access Tokens (RFC 8705)
This module implements RFC 8705, which defines:
- Mutual TLS client authentication methods
- Certificate-bound access tokens for enhanced security
- X.509 certificate validation and processing
Structs§
- Certificate
Confirmation - Certificate-bound access token confirmation
- Mutual
TlsAuth Result - Mutual TLS authentication result
- Mutual
TlsClient Config - Mutual TLS client configuration
- Mutual
TlsManager - Mutual TLS manager for OAuth 2.0
- X509
Certificate Info - X.509 Certificate information for OAuth 2.0
Enums§
- Mutual
TlsMethod - Mutual TLS authentication methods