class documentation

class AuthenticationToken(Authentication): (source)

View In Hierarchy

Token based authentication implementation

Method __init__ Create the token authentication provider instance.
Instance Variable auth Undocumented
def __init__(self, token): (source)

Create the token authentication provider instance.

Parameters
tokenA string containing the token or a functions that provides a string with the token

Undocumented