Skip to content

Sts  >  Errors  >  InvalidAuthorizationMessageException

InvalidAuthorizationMessageException

Error Class

InvalidAuthorizationMessageException dataclass

Bases: ServiceError

The error returned if the message passed to DecodeAuthorizationMessage was invalid. This can happen if the token contains invalid characters, such as line breaks, or if the message has expired.

Attributes

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