Sha256: 023b8d3868100548e9845a7471aa0303cdfb49e43d644992191e395ad5a74c52

Contents?: true

Size: 1.62 KB

Versions: 49

Compression:

Stored size: 1.62 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`. `prompt` (string): The `prompt` specifies whether the Authorization Server prompts the End-User for reauthentication and consent, e.g. `select_account`. | [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

49 entries across 49 versions & 1 rubygems

Version Path
ory-client-1.6.2 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.6.1 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.5.2 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.5.1 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.5.0 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.4.9 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.4.8 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.4.7 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.4.6 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.4.5 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.4.4 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.4.3 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.4.2 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.4.1 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.4.0 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.3.0 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.2.17 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.2.16 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.2.15 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.2.14 docs/UpdateSettingsFlowWithOidcMethod.md