class documentation
class AuthenticationToken(Authentication): (source)
Constructor: AuthenticationToken(token)
Token based authentication implementation
Method | __init__ |
Create the token authentication provider instance. |
Instance Variable | auth |
Undocumented |
overrides
pulsar.Authentication.__init__
Create the token authentication provider instance.
Parameters | |
token | A string containing the token or a functions that provides a string with the token |