Sha256: 3381081b67d4a6e9dc81ad3111b14e0ddd2ab21d3cf5487b44fe1b7e874a8a3a

Contents?: true

Size: 985 Bytes

Versions: 30

Compression:

Stored size: 985 Bytes

Contents

# OryClient::RedirectionConfig

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **global** | [**RedirectionField**](RedirectionField.md) |  | [optional] |
| **login** | [**RedirectionField**](RedirectionField.md) |  | [optional] |
| **logout** | [**RedirectionField**](RedirectionField.md) |  | [optional] |
| **recovery** | [**RedirectionField**](RedirectionField.md) |  | [optional] |
| **registration** | [**RedirectionField**](RedirectionField.md) |  | [optional] |
| **settings** | [**RedirectionField**](RedirectionField.md) |  | [optional] |
| **url_allowlist** | **Array<String>** |  | [optional] |
| **verification** | [**RedirectionField**](RedirectionField.md) |  | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::RedirectionConfig.new(
  global: null,
  login: null,
  logout: null,
  recovery: null,
  registration: null,
  settings: null,
  url_allowlist: null,
  verification: null
)
```

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha38 docs/RedirectionConfig.md
ory-client-0.0.1.alpha37 docs/RedirectionConfig.md
ory-client-0.0.1.alpha36 docs/RedirectionConfig.md
ory-client-0.0.1.alpha31 docs/RedirectionConfig.md
ory-client-0.0.1.alpha30 docs/RedirectionConfig.md
ory-client-0.0.1.alpha29 docs/RedirectionConfig.md
ory-client-0.0.1.alpha28 docs/RedirectionConfig.md
ory-client-0.0.1.alpha27 docs/RedirectionConfig.md
ory-client-0.0.1.alpha24 docs/RedirectionConfig.md
ory-client-0.0.1.alpha23 docs/RedirectionConfig.md