Exception: ForestAdminAgent::Http::Exceptions::AuthenticationOpenIdClient

Inherits:
UnauthorizedError show all
Defined in:
lib/forest_admin_agent/http/Exceptions/business_error.rb

Instance Attribute Summary

Attributes inherited from BusinessError

#cause, #details

Instance Method Summary collapse

Methods inherited from BusinessError

#name

Constructor Details

#initialize(message = 'Authentication failed with OpenID Client', details: {}) ⇒ AuthenticationOpenIdClient

Returns a new instance of AuthenticationOpenIdClient.



44
45
46
# File 'lib/forest_admin_agent/http/Exceptions/business_error.rb', line 44

def initialize(message = 'Authentication failed with OpenID Client', details: {})
  super
end