UNPKG

@ory/kratos-client

Version:

OpenAPI client for @ory/kratos-client

34 lines (26 loc) 2.31 kB
# UpdateSettingsFlowWithOidcMethod Update Settings Flow with OpenID Connect Method ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **flow** | **string** | Flow ID is the flow\'s ID. in: query | [optional] [default to undefined] **link** | **string** | Link this provider Either this or `unlink` must be set. type: string in: body | [optional] [default to undefined] **method** | **string** | Method Should be set to profile when trying to update a profile. | [default to undefined] **traits** | **object** | The identity\'s traits in: body | [optional] [default to undefined] **transient_payload** | **object** | Transient data to pass along to any webhooks | [optional] [default to undefined] **unlink** | **string** | Unlink this provider Either this or `link` must be set. type: string in: body | [optional] [default to undefined] **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`. `acr_values` (string): The `acr_values` specifies the Authentication Context Class Reference values for the authorization request. | [optional] [default to undefined] ## Example ```typescript import { UpdateSettingsFlowWithOidcMethod } from '@ory/kratos-client'; const instance: UpdateSettingsFlowWithOidcMethod = { flow, link, method, traits, transient_payload, unlink, upstream_parameters, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)