Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.73 KB

KratosUpdateSettingsFlowWithOidcMethod.md

File metadata and controls

17 lines (13 loc) · 1.73 KB

Ory.Kratos.Client.Model.KratosUpdateSettingsFlowWithOidcMethod

Update Settings Flow with OpenID Connect Method

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]
TransientPayload 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]
UpstreamParameters 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]

[Back to Model list] [Back to API list] [Back to README]