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