pyrit.auth.Authenticator#
- class Authenticator[source]#
Bases:
ABCAbstract base class for authenticators.
- __init__()#
Methods
__init__()Get the current authentication token.
Refresh the authentication token.
Attributes
- abstract get_token() str[source]#
Get the current authentication token.
- Returns:
The current authentication token.
- Return type: