Sha256: 0be39fb8731c143aa22df2d5415af8fd3b4753cab38150e05a6924c857fe358c
Contents?: true
Size: 1.74 KB
Versions: 25
Compression:
Stored size: 1.74 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] | | **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-client' instance = OryClient::UpdateSettingsFlowWithOidcMethod.new( flow: null, link: null, method: null, traits: null, transient_payload: null, unlink: null, upstream_parameters: null ) ```
Version data entries
25 entries across 25 versions & 1 rubygems