|
AAS HTTP Client Documentation
|
Holds token data. More...
Public Member Functions | |
| __init__ (self, str access_token, str token_type, float token_expiry) | |
| Initializes the TokenData with the given parameters. | |
Holds token data.
Definition at line 33 of file authentication.py.
| implementations.authentication.TokenData.__init__ | ( | self, | |
| str | access_token, | ||
| str | token_type, | ||
| float | token_expiry | ||
| ) |
Initializes the TokenData with the given parameters.
Definition at line 36 of file authentication.py.