Exception: Fluence::Gateway::AuthenticationError
- Defined in:
- lib/fluence/gateway/errors.rb
Overview
Raised when the OAuth2 flow against the appcenter fails — typically
invalid client_id/client_secret, a revoked client, or a 4xx/5xx
response from the token endpoint.
Wraps the original OAuth2::Error#message.