Sha256: 00895142b51e53d2432a91ec17120e42bc8ce93c3553f77a32d914695d1ea0ea
Contents?: true
Size: 725 Bytes
Versions: 33
Compression:
Stored size: 725 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. | | | **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::UpdateSettingsFlowWithProfileMethod.new( csrf_token: null, method: null, traits: null, transient_payload: null ) ```
Version data entries
33 entries across 33 versions & 1 rubygems