Sha256: 2da91336aade5204703ffcbffe933e17be465575e7a3b92846be8d7bbf371a72
Contents?: true
Size: 509 Bytes
Versions: 30
Compression:
Stored size: 509 Bytes
Contents
# OryClient::ProjectVerificationConfig ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **enabled** | **Boolean** | Set to true to enable email / phone verification. | [optional] | | **require_verified_address** | **Boolean** | Set to true to only allow users with a verified address to sign in. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::ProjectVerificationConfig.new( enabled: null, require_verified_address: null ) ```
Version data entries
30 entries across 30 versions & 1 rubygems