Sha256: 81d2a136f18c7794e0bb650c5ac63fe399fc7b3d100ccbdffda3bdcf045ffa8f
Contents?: true
Size: 670 Bytes
Versions: 15
Compression:
Stored size: 670 Bytes
Contents
# OryHydraClient::SubmitSelfServiceSettingsFlowWithProfileMethod ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **csrf_token** | **String** | The Anti-CSRF Token This token is only required when performing browser flows. | [optional] | | **method** | **String** | Method Should be set to profile when trying to update a profile. type: string | [optional] | | **traits** | **Object** | Traits contains all of the identity's traits. | | ## Example ```ruby require 'ory-client' instance = OryHydraClient::SubmitSelfServiceSettingsFlowWithProfileMethod.new( csrf_token: null, method: null, traits: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems