Sha256: 98d36dbd7e623cf7d808e116071d5abdcd215e0685ee32f3c07c062a6c9872e7

Contents?: true

Size: 1.44 KB

Versions: 12

Compression:

Stored size: 1.44 KB

Contents

# OryClient::UpdateSettingsFlowWithOidcMethod

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **flow** | **String** | Flow ID is the flow's ID.  in: query | [optional] |
| **link** | **String** | Link this provider  Either this or `unlink` must be set.  type: string in: body | [optional] |
| **method** | **String** | Method  Should be set to profile when trying to update a profile. |  |
| **traits** | **Object** | The identity's traits  in: body | [optional] |
| **unlink** | **String** | Unlink this provider  Either this or `link` must be set.  type: string in: body | [optional] |
| **upstream_parameters** | **Object** | UpstreamParameters are the parameters that are passed to the upstream identity provider.  These parameters are optional and depend on what the upstream identity provider supports. Supported parameters are: `login_hint` (string): The `login_hint` parameter suppresses the account chooser and either pre-fills the email box on the sign-in form, or selects the proper session. `hd` (string): The `hd` parameter limits the login/registration process to a Google Organization, e.g. `mycollege.edu`. | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::UpdateSettingsFlowWithOidcMethod.new(
  flow: null,
  link: null,
  method: null,
  traits: null,
  unlink: null,
  upstream_parameters: null
)
```

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ory-client-1.1.33 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.32 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.31 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.30 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.29 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.28 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.27 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.26 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.25 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.24 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.23 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.22 docs/UpdateSettingsFlowWithOidcMethod.md