Sha256: 73f28eaf3addb3eeceec33517aa9ed2f7222be5fbe1a5dc7a8842c3cf1e5300e

Contents?: true

Size: 1.76 KB

Versions: 8

Compression:

Stored size: 1.76 KB

Contents

# OryKratosClient::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] |
| **transient_payload** | **Object** | Transient data to pass along to any webhooks | [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-kratos-client'

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ory-kratos-client-1.3.8 docs/UpdateSettingsFlowWithOidcMethod.md
ory-kratos-client-1.3.7 docs/UpdateSettingsFlowWithOidcMethod.md
ory-kratos-client-1.3.6 docs/UpdateSettingsFlowWithOidcMethod.md
ory-kratos-client-1.3.6.alpha2 docs/UpdateSettingsFlowWithOidcMethod.md
ory-kratos-client-1.3.6.alpha1 docs/UpdateSettingsFlowWithOidcMethod.md
ory-kratos-client-1.3.5 docs/UpdateSettingsFlowWithOidcMethod.md
ory-kratos-client-1.3.4 docs/UpdateSettingsFlowWithOidcMethod.md
ory-kratos-client-1.2.1 docs/UpdateSettingsFlowWithOidcMethod.md