Skip to content

Invalide Token Request

nexthink_api.Models.NxtInvalidTokenRequest

Bases: BaseModel

Error when authentication has failed.

Attributes

code: str
    Error code
message: str
    Message with the description of the error

code: str = Field(min_length=1, default=401) class-attribute instance-attribute

message: str = Field(min_length=1, default='Unauthorized - invalid authentication credentials') class-attribute instance-attribute