AuthenticationRequiredException
extends Exception
in package
Exception thrown when endpoint requires authentication but no JWT token provided.
Indicates that the requested operation requires SEP-10 authentication, but the request did not include a valid JWT token. Client should authenticate via SEP-10 and retry the request with the obtained token.