Exception: AtprotoAuth::InvalidAuthorizationServer
- Inherits:
-
OAuthError
- Object
- StandardError
- Error
- OAuthError
- AtprotoAuth::InvalidAuthorizationServer
- Defined in:
- lib/atproto_auth/errors.rb
Overview
Error raised when authorization server metadata is invalid or cannot be retrieved. This includes issues with server metadata fetching, parsing, or validation against the AT Protocol OAuth requirements.
Instance Attribute Summary
Attributes inherited from OAuthError
Instance Method Summary collapse
-
#initialize(message) ⇒ InvalidAuthorizationServer
constructor
A new instance of InvalidAuthorizationServer.
Constructor Details
#initialize(message) ⇒ InvalidAuthorizationServer
Returns a new instance of InvalidAuthorizationServer.
43 44 45 |
# File 'lib/atproto_auth/errors.rb', line 43 def initialize() super(, "invalid_authorization_server") end |