Token Response
nexthink_api.Models.NxtTokenResponse
Bases: BaseModel
Nexthink API Token answer.
Attributes
token_type : str
The type of the token.
expires_in : int
The expiration time of the token.
access_token str
The access token.
scope : str
The scope of the token.