Sha256: 79f6babf4ff59b208ef6367bd54462d127744185e707e340ca74fc07523a751f
Contents?: true
Size: 866 Bytes
Versions: 2
Compression:
Stored size: 866 Bytes
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] | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::UpdateSettingsFlowWithOidcMethod.new( flow: null, link: null, method: null, traits: null, unlink: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-0.11.1 | docs/UpdateSettingsFlowWithOidcMethod.md |
ory-kratos-client-0.11.0 | docs/UpdateSettingsFlowWithOidcMethod.md |