Sha256: 10662c1607853432f9fdb3fbdce7be76f64e82c34fd7202676866d94f0c3bd18
Contents?: true
Size: 801 Bytes
Versions: 15
Compression:
Stored size: 801 Bytes
Contents
# OryKratosClient::SubmitSelfServiceSettingsFlowWithOidcMethodBody ## 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. | | | **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::SubmitSelfServiceSettingsFlowWithOidcMethodBody.new( flow: null, link: null, method: null, unlink: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems