Sha256: 7b2be3802aba35bf8bfb102267c1979b7ade4b0f40216cb6c093ccab4bfeceee
Contents?: true
Size: 453 Bytes
Versions: 30
Compression:
Stored size: 453 Bytes
Contents
# OryClient::RedirectionField ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **main** | **String** | | [optional] | | **oidc** | **String** | | [optional] | | **password** | **String** | | [optional] | | **profile** | **String** | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::RedirectionField.new( main: null, oidc: null, password: null, profile: null ) ```
Version data entries
30 entries across 30 versions & 1 rubygems