Sha256: 2691fde3eb1ae8c58074de20655cba237687a71854ced0c4f06c8a7755714a90

Contents?: true

Size: 755 Bytes

Versions: 13

Compression:

Stored size: 755 Bytes

Contents

# OryHydraClient::RejectRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**error** | **String** | error | [optional] 
**error_debug** | **String** | error debug | [optional] 
**error_description** | **String** | error description | [optional] 
**error_hint** | **String** | error hint | [optional] 
**status_code** | **Integer** | status code | [optional] 

## Code Sample

```ruby
require 'OryHydraClient'

instance = OryHydraClient::RejectRequest.new(error: null,
                                 error_debug: null,
                                 error_description: null,
                                 error_hint: null,
                                 status_code: null)
```


Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ory-hydra-client-1.5.0.beta1 docs/RejectRequest.md
ory-hydra-client-1.4.10 docs/RejectRequest.md
ory-hydra-client-1.4.9 docs/RejectRequest.md
ory-hydra-client-1.4.6 docs/RejectRequest.md
ory-hydra-client-1.4.5 docs/RejectRequest.md
ory-hydra-client-1.4.3 docs/RejectRequest.md
ory-hydra-client-1.4.2 docs/RejectRequest.md
ory-hydra-client-1.4.1 docs/RejectRequest.md
ory-hydra-client-1.2.2 docs/RejectRequest.md
ory-hydra-client-1.2.1 docs/RejectRequest.md
ory-hydra-client-1.2.0 docs/RejectRequest.md
ory-hydra-client-1.2.0.alpha3 docs/RejectRequest.md
ory-hydra-client-1.2.0.alpha2 docs/RejectRequest.md