Sha256: f2eb860db4e5108424303a1b614682ca15b0a679386eb1340390aee545b5ec73
Contents?: true
Size: 701 Bytes
Versions: 14
Compression:
Stored size: 701 Bytes
Contents
# OryHydraClient::RejectRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | **String** | | [optional] **error_debug** | **String** | | [optional] **error_description** | **String** | | [optional] **error_hint** | **String** | | [optional] **status_code** | **Integer** | | [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
14 entries across 14 versions & 1 rubygems