Sha256: 5f69debbce966e144012387991b67a4af3b05ed3e6e880924dcf18fc793e8e2c
Contents?: true
Size: 529 Bytes
Versions: 2
Compression:
Stored size: 529 Bytes
Contents
# OryKratosClient::ContinueWithVerificationUi ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | Action will always be `show_verification_ui` show_verification_ui ContinueWithActionShowVerificationUIString | | | **flow** | [**ContinueWithVerificationUiFlow**](ContinueWithVerificationUiFlow.md) | | | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::ContinueWithVerificationUi.new( action: null, flow: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-1.2.1 | docs/ContinueWithVerificationUi.md |
ory-kratos-client-1.1.0 | docs/ContinueWithVerificationUi.md |