Sha256: c6f91b8b1934c37d5a3275090104e066dabad29fe1467c9893005808b8ad141c
Contents?: true
Size: 524 Bytes
Versions: 70
Compression:
Stored size: 524 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 | [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
70 entries across 70 versions & 1 rubygems