Sha256: a7cdbdbd763dd691a456ae86d1d3507a3e2b14aa36d7344c68d3f6e44343c986
Contents?: true
Size: 461 Bytes
Versions: 30
Compression:
Stored size: 461 Bytes
Contents
# OryClient::ProjectTotpConfig ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **enabled** | **Boolean** | Set to true to enable the TOTP authentication method. | [optional] | | **issuer** | **String** | The issuer is the name which will appear in the Authenticator app. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::ProjectTotpConfig.new( enabled: null, issuer: ory.sh ) ```
Version data entries
30 entries across 30 versions & 1 rubygems