Sha256: 25def68dfbcfae90345f5f5e4e68f47104389ab6b105b42900ce3504a9e25534
Contents?: true
Size: 949 Bytes
Versions: 1
Compression:
Stored size: 949 Bytes
Contents
# OryKratosClient::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-kratos-client' instance = OryKratosClient::UpdateRegistrationFlowWithProfileMethod.new( csrf_token: null, method: null, screen: null, traits: null, transient_payload: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-1.2.1 | docs/UpdateRegistrationFlowWithProfileMethod.md |