Sha256: bfee26cbe546f2d3b3ff996c747c2a15192746f0ff98f22944c32dc3eb2194e2
Contents?: true
Size: 658 Bytes
Versions: 2
Compression:
Stored size: 658 Bytes
Contents
# OryOathkeeperClient::GetWellKnownJSONWebKeys500Response ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **code** | **Integer** | | [optional] | | **details** | **Array<Object>** | | [optional] | | **message** | **String** | | [optional] | | **reason** | **String** | | [optional] | | **request** | **String** | | [optional] | | **status** | **String** | | [optional] | ## Example ```ruby require 'ory-oathkeeper-client' instance = OryOathkeeperClient::GetWellKnownJSONWebKeys500Response.new( code: null, details: null, message: null, reason: null, request: null, status: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-oathkeeper-client-0.39.4 | docs/GetWellKnownJSONWebKeys500Response.md |
ory-oathkeeper-client-0.39.2 | docs/GetWellKnownJSONWebKeys500Response.md |