Sha256: 02ac6db3f59381150cd7cecb41e85b2d67889d030b522a6cf6ae65a443dac1fb
Contents?: true
Size: 599 Bytes
Versions: 84
Compression:
Stored size: 599 Bytes
Contents
# OryClient::UpdateSettingsFlowWithProfileMethod ## 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 The identity's traits. | | ## Example ```ruby require 'ory-client' instance = OryClient::UpdateSettingsFlowWithProfileMethod.new( csrf_token: null, method: null, traits: null ) ```
Version data entries
84 entries across 84 versions & 1 rubygems