Class TfaConfiguration
Two factor authentication configuration. Note: the enabled option is deprecated.
Inheritance
TfaConfiguration
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TfaConfiguration
Constructors
View SourceTfaConfiguration()
Initializes a new instance of the TfaConfiguration class.
Declaration
public TfaConfiguration()
Properties
View SourceAsAuthenticator
Gets this instance as a Authenticator, or null.
Declaration
public TfaConfiguration.Authenticator AsAuthenticator { get; }
Property Value
| Type | Description |
|---|---|
| TfaConfiguration.Authenticator |
AsDisabled
Gets this instance as a Disabled, or null.
Declaration
public TfaConfiguration.Disabled AsDisabled { get; }
Property Value
| Type | Description |
|---|---|
| TfaConfiguration.Disabled |
AsEnabled
Gets this instance as a Enabled, or null.
Declaration
public TfaConfiguration.Enabled AsEnabled { get; }
Property Value
| Type | Description |
|---|---|
| TfaConfiguration.Enabled |
AsOther
Gets this instance as a Other, or null.
Declaration
public TfaConfiguration.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| TfaConfiguration.Other |
AsSms
Gets this instance as a Sms, or null.
Declaration
public TfaConfiguration.Sms AsSms { get; }
Property Value
| Type | Description |
|---|---|
| TfaConfiguration.Sms |
IsAuthenticator
Gets a value indicating whether this instance is Authenticator
Declaration
public bool IsAuthenticator { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsDisabled
Gets a value indicating whether this instance is Disabled
Declaration
public bool IsDisabled { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsEnabled
Gets a value indicating whether this instance is Enabled
Declaration
public bool IsEnabled { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSms
Gets a value indicating whether this instance is Sms
Declaration
public bool IsSms { get; }
Property Value
| Type | Description |
|---|---|
| bool |