Sha256: fdc0e28fd7d8d215f22052cd275769e353f1ea19f7ecadcf7920a6b2c29c5ce0
Contents?: true
Size: 563 Bytes
Versions: 36
Compression:
Stored size: 563 Bytes
Contents
# OryClient::ContinueWithVerificationUi ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | Action will always be `show_verification_ui` set_ory_session_token ContinueWithActionSetOrySessionToken show_verification_ui ContinueWithActionShowVerificationUI | | | **flow** | [**ContinueWithVerificationUiFlow**](ContinueWithVerificationUiFlow.md) | | | ## Example ```ruby require 'ory-client' instance = OryClient::ContinueWithVerificationUi.new( action: null, flow: null ) ```
Version data entries
36 entries across 36 versions & 1 rubygems