Sha256: bc9721377a8ec09f347d5edb03be4a032fcd80a319e5b4be7aa0e1ca80cc7c53

Contents?: true

Size: 1005 Bytes

Versions: 20

Compression:

Stored size: 1005 Bytes

Contents

# OryClient::RejectRequest

## 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::RejectRequest.new(
  error: null,
  error_debug: null,
  error_description: null,
  error_hint: null,
  status_code: null
)
```

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
ory-client-0.2.0.alpha48 docs/RejectRequest.md
ory-client-0.2.0.alpha47 docs/RejectRequest.md
ory-client-0.2.0.alpha46 docs/RejectRequest.md
ory-client-0.2.0.alpha45 docs/RejectRequest.md
ory-client-0.2.0.alpha44 docs/RejectRequest.md
ory-client-0.2.0.alpha43 docs/RejectRequest.md
ory-client-0.2.0.alpha42 docs/RejectRequest.md
ory-client-0.2.0.alpha41 docs/RejectRequest.md
ory-client-0.2.0.alpha40 docs/RejectRequest.md
ory-client-0.2.0.alpha39 docs/RejectRequest.md
ory-client-0.2.0.alpha38 docs/RejectRequest.md
ory-client-0.2.0.alpha37 docs/RejectRequest.md
ory-client-0.2.0.alpha36 docs/RejectRequest.md
ory-client-0.2.0.alpha35 docs/RejectRequest.md
ory-client-0.2.0.alpha34 docs/RejectRequest.md
ory-client-0.2.0.alpha33 docs/RejectRequest.md
ory-client-0.2.0.alpha32 docs/RejectRequest.md
ory-client-0.2.0.alpha31 docs/RejectRequest.md
ory-client-0.2.0.alpha30 docs/RejectRequest.md
ory-client-0.2.0.alpha29 docs/RejectRequest.md