Class TfaConfiguration
Two factor authentication configuration. Note: the enabled option is deprecated.
Inheritance
System.Object
TfaConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TfaConfiguration
Constructors
| Improve this Doc View SourceTfaConfiguration()
Initializes a new instance of the TfaConfiguration class.
Declaration
public TfaConfiguration()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsDisabled
Gets a value indicating whether this instance is Disabled
Declaration
public bool IsDisabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsEnabled
Gets a value indicating whether this instance is Enabled
Declaration
public bool IsEnabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSms
Gets a value indicating whether this instance is Sms
Declaration
public bool IsSms { get; }
Property Value
Type | Description |
---|---|
System.Boolean |