Sha256: 1b92039c124becbeb9c2333d4b1bdf44518afbbb6c3d4b379e5a8d3a092a1dde
Contents?: true
Size: 543 Bytes
Versions: 4
Compression:
Stored size: 543 Bytes
Contents
# OryKratosClient::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-kratos-client' instance = OryKratosClient::ContinueWithVerificationUiFlow.new( id: null, url: null, verifiable_address: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems