Sha256: 89e69e7f2541993b6590cbb00ab843d3ecdac31698ae53cf9525860e6118e8d4

Contents?: true

Size: 784 Bytes

Versions: 3

Compression:

Stored size: 784 Bytes

Contents

# TalonOne::TwoFAConfig

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**enabled** | **Boolean** | An indication of whether two-factor authentication is enabled for the account. | 
**require_every_sign_in** | **Boolean** | Can be `true` or `false`. - `true`: Two-factor authentication is required each time a user signs in to their Talon.One account. - `false`: Two-factor authentication is only required when a user signs in to their Talon.One account on a new device, and every 30 days after that.  | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::TwoFAConfig.new(enabled: true,
                                 require_every_sign_in: true)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/TwoFAConfig.md
talon_one-6.0.0 docs/TwoFAConfig.md
talon_one-5.0.0 docs/TwoFAConfig.md