Sha256: 3f4c84c2746426b89f56a151dc50b084d52dc4778a6554a6074d5d360dd0e899
Contents?: true
Size: 510 Bytes
Versions: 56
Compression:
Stored size: 510 Bytes
Contents
# OryClient::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-client' instance = OryClient::ContinueWithVerificationUi.new( action: null, flow: null ) ```
Version data entries
56 entries across 56 versions & 1 rubygems