Sha256: c8519868d7e7b2561a59fafd69770954d4591567796fdef586bcc76bb77c9149
Contents?: true
Size: 663 Bytes
Versions: 20
Compression:
Stored size: 663 Bytes
Contents
# OryKratosClient::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-kratos-client' instance = OryKratosClient::SubmitSelfServiceSettingsFlowWithProfileMethodBody.new( csrf_token: null, method: null, traits: null ) ```
Version data entries
20 entries across 20 versions & 1 rubygems