Sha256: 537f12d8e193348f240268e4d53886a5b43c654a203142bcc865a361f3b6b155

Contents?: true

Size: 1017 Bytes

Versions: 132

Compression:

Stored size: 1017 Bytes

Contents

# OryClient::RejectOAuth2Request

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **error** | **String** | The error should follow the OAuth2 error format (e.g. `invalid_request`, `login_required`).  Defaults to `request_denied`. | [optional] |
| **error_debug** | **String** | Debug contains information to help resolve the problem as a developer. Usually not exposed to the public but only in the server logs. | [optional] |
| **error_description** | **String** | Description of the error in a human readable format. | [optional] |
| **error_hint** | **String** | Hint to help resolve the error. | [optional] |
| **status_code** | **Integer** | Represents the HTTP status code of the error (e.g. 401 or 403)  Defaults to 400 | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::RejectOAuth2Request.new(
  error: null,
  error_debug: null,
  error_description: null,
  error_hint: null,
  status_code: null
)
```

Version data entries

132 entries across 132 versions & 1 rubygems

Version Path
ory-client-1.1.35 docs/RejectOAuth2Request.md
ory-client-1.1.34 docs/RejectOAuth2Request.md
ory-client-1.1.33 docs/RejectOAuth2Request.md
ory-client-1.1.32 docs/RejectOAuth2Request.md
ory-client-1.1.31 docs/RejectOAuth2Request.md
ory-client-1.1.30 docs/RejectOAuth2Request.md
ory-client-1.1.29 docs/RejectOAuth2Request.md
ory-client-1.1.28 docs/RejectOAuth2Request.md
ory-client-1.1.27 docs/RejectOAuth2Request.md
ory-client-1.1.26 docs/RejectOAuth2Request.md
ory-client-1.1.25 docs/RejectOAuth2Request.md
ory-client-1.1.24 docs/RejectOAuth2Request.md
ory-client-1.1.23 docs/RejectOAuth2Request.md
ory-client-1.1.22 docs/RejectOAuth2Request.md
ory-client-1.1.21 docs/RejectOAuth2Request.md
ory-client-1.1.20 docs/RejectOAuth2Request.md
ory-client-1.1.19 docs/RejectOAuth2Request.md
ory-client-1.1.18 docs/RejectOAuth2Request.md
ory-client-1.1.17 docs/RejectOAuth2Request.md
ory-client-1.1.16 docs/RejectOAuth2Request.md