agentle.agents.apis.authenticationΒΆ
Authentication support for API endpoints.
Provides various authentication methods including Bearer, Basic, OAuth2, API Key, and custom schemes.
Classes
|
API Key authentication. |
|
Where to place API key. |
|
Types of authentication supported. |
|
Base class for authentication handlers. |
|
Configuration for API authentication. |
|
HTTP Basic authentication. |
|
Bearer token authentication. |
|
HMAC signature authentication. |
|
No authentication. |
|
OAuth2 authentication with token refresh. |
|
OAuth2 grant types. |