Class: DatadogAPIClient::V2::OAuthClientRegistrationError
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::OAuthClientRegistrationError
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/o_auth_client_registration_error.rb
Overview
Error payload returned by OAuth2 dynamic client registration as defined by RFC 7591.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#error ⇒ Object
readonly
Single ASCII error code per RFC 7591, such as
invalid_requestorinvalid_client_metadata. -
#error_description ⇒ Object
readonly
Human-readable description of the error.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/o_auth_client_registration_error.rb', line 30 def additional_properties @additional_properties end |
#error ⇒ Object
Single ASCII error code per RFC 7591, such as invalid_request or invalid_client_metadata.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/o_auth_client_registration_error.rb', line 25 def error @error end |
#error_description ⇒ Object
Human-readable description of the error.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/o_auth_client_registration_error.rb', line 28 def error_description @error_description end |