Contents:
Authentication helpers.
Bases: object
object
Authentication strategy using API Key and Security Key.
api_key (str) –
security_key (str) –
Return the API key and security key headers.
Dict[str, str]
Dict
str
Bases: Protocol
Protocol
Protocol for authentication strategies.
Strategies must provide headers to be injected into requests.
Return authentication headers.