AAS HTTP Client Documentation
Loading...
Searching...
No Matches
implementations.authentication.TokenData Class Reference

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.
 

Detailed Description

Holds token data.

Definition at line 33 of file authentication.py.

Constructor & Destructor Documentation

◆ __init__()

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.


The documentation for this class was generated from the following file: