Sha256: a9b27347dff53b7153aa834f9c61bdce6ba95557bf6ad9f398c2ee07aef1c913
Contents?: true
Size: 930 Bytes
Versions: 17
Compression:
Stored size: 930 Bytes
Contents
# OryClient::UpdateRegistrationFlowWithProfileMethod ## 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. | | | **screen** | **String** | Screen requests navigation to a previous screen. This must be set to credential-selection to go back to the credential selection screen. | [optional] | | **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::UpdateRegistrationFlowWithProfileMethod.new( csrf_token: null, method: null, screen: null, traits: null, transient_payload: null ) ```
Version data entries
17 entries across 17 versions & 1 rubygems