Sha256: 179527d95d0bc67c59ce1e97e8ba3085167a7b0e4449962cffa0d8b0cd87d2d6

Contents?: true

Size: 683 Bytes

Versions: 24

Compression:

Stored size: 683 Bytes

Contents

# OryOathkeeperClient::GetWellKnownUnauthorizedBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **code** | **Integer** | code | [optional] |
| **details** | **Array<Object>** | details | [optional] |
| **message** | **String** | message | [optional] |
| **reason** | **String** | reason | [optional] |
| **request** | **String** | request | [optional] |
| **status** | **String** | status | [optional] |

## Example

```ruby
require 'ory-oathkeeper-client'

instance = OryOathkeeperClient::GetWellKnownUnauthorizedBody.new(
  code: null,
  details: null,
  message: null,
  reason: null,
  request: null,
  status: null
)
```

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
ory-oathkeeper-client-0.0.0.alpha42 docs/GetWellKnownUnauthorizedBody.md
ory-oathkeeper-client-0.0.0.alpha41 docs/GetWellKnownUnauthorizedBody.md
ory-oathkeeper-client-0.0.0.alpha40 docs/GetWellKnownUnauthorizedBody.md
ory-oathkeeper-client-0.0.0.alpha38 docs/GetWellKnownUnauthorizedBody.md