SEP30UnauthorizedResponseException
extends Exception
in package
Exception thrown when the SEP-30 recovery server returns HTTP 401 Unauthorized.
This indicates authentication failure, such as:
- Missing JWT token in the Authorization header
- Invalid or expired JWT token
- JWT token does not prove ownership of the account (for registration/updates)
- JWT token does not authenticate as a registered identity (for signing operations)
- JWT signature verification failed
Clients must obtain a valid SEP-10 JWT token or external authentication provider token before making authenticated requests. Ensure tokens are transmitted over HTTPS and not expired.