Sha256: 1fb107c7befa62b57df9aad3bb6297327c4d2e28f8fed40e29ad21a66e4b49a4
Contents?: true
Size: 644 Bytes
Versions: 195
Compression:
Stored size: 644 Bytes
Contents
# OryClient::SubmitSelfServiceSettingsFlowWithProfileMethodBody ## 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. | | | **traits** | **Object** | Traits contains all of the identity's traits. | | ## Example ```ruby require 'ory-client' instance = OryClient::SubmitSelfServiceSettingsFlowWithProfileMethodBody.new( csrf_token: null, method: null, traits: null ) ```
Version data entries
195 entries across 195 versions & 1 rubygems