Authorizer¶
Bases:
Exception
Authentication error.
Bases:
object
Environment variable from which the api key id is read.
Environment variable from which the api secret key is read.
Executes the login to Puddle.
- Return type
LoginResponse
- Returns
LoginResponse from backend.
Logs out from Puddle.
- Return type
str
- Returns
Backend server address used by this Authorizer.
- Return type
Optional
[str
]- Returns
Puddle auth token, might be None.
- Return type
Optional
[LoginUser
]- Returns
Currently logged in user, might be None.