Sha256: 9905dc5cd758f7bee6c7f141c7656bba8b4b56ea8e616a94483d852f2ec48e88
Contents?: true
Size: 654 Bytes
Versions: 22
Compression:
Stored size: 654 Bytes
Contents
# OryClient::ContinueWithVerificationUiFlow ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The ID of the verification flow | | | **url** | **String** | The URL of the verification flow If this value is set, redirect the user's browser to this URL. This value is typically unset for native clients / API flows. | [optional] | | **verifiable_address** | **String** | The address that should be verified in this flow | | ## Example ```ruby require 'ory-client' instance = OryClient::ContinueWithVerificationUiFlow.new( id: null, url: null, verifiable_address: null ) ```
Version data entries
22 entries across 22 versions & 1 rubygems