Sha256: 29e693fb53fe7908ecc80ab7fcb14e3019c4b1fd76bfef118128aca083a35f3a
Contents?: true
Size: 1.64 KB
Versions: 2
Compression:
Stored size: 1.64 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] | | **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, unlink: null, upstream_parameters: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-1.1.0 | docs/UpdateSettingsFlowWithOidcMethod.md |
ory-kratos-client-1.0.0 | docs/UpdateSettingsFlowWithOidcMethod.md |