Sha256: 596bdeb730438cb5fad5e736b26e1d56324fc72362017c374a1071be005b46d2
Contents?: true
Size: 661 Bytes
Versions: 2
Compression:
Stored size: 661 Bytes
Contents
# OryHydraClient::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 = OryHydraClient::SubmitSelfServiceSettingsFlowWithProfileMethodBody.new( csrf_token: null, method: null, traits: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-0.7.1.alpha1 | docs/SubmitSelfServiceSettingsFlowWithProfileMethodBody.md |
ory-kratos-client-0.7.0.alpha1 | docs/SubmitSelfServiceSettingsFlowWithProfileMethodBody.md |