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.