Skip to content

Sts  >  Errors  >  ExpiredTokenException

ExpiredTokenException

Error Class

ExpiredTokenException dataclass

Bases: ServiceError

The web identity token that was passed is expired or is not valid. Get a new identity token from the identity provider and then retry the request.

Attributes

fault class-attribute instance-attribute
fault: Literal['client', 'server'] | None = 'client'