Dropbox .NET SDK

Class TfaConfiguration

Two factor authentication configuration. Note: the enabled option is deprecated.

Inheritance
object
TfaConfiguration
TfaConfiguration.Authenticator
TfaConfiguration.Disabled
TfaConfiguration.Enabled
TfaConfiguration.Other
TfaConfiguration.Sms
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TfaConfiguration

Constructors

View Source

TfaConfiguration()

Initializes a new instance of the TfaConfiguration class.

Declaration
public TfaConfiguration()

Properties

View Source

AsAuthenticator

Gets this instance as a Authenticator, or null.

Declaration
public TfaConfiguration.Authenticator AsAuthenticator { get; }
Property Value
Type Description
TfaConfiguration.Authenticator
View Source

AsDisabled

Gets this instance as a Disabled, or null.

Declaration
public TfaConfiguration.Disabled AsDisabled { get; }
Property Value
Type Description
TfaConfiguration.Disabled
View Source

AsEnabled

Gets this instance as a Enabled, or null.

Declaration
public TfaConfiguration.Enabled AsEnabled { get; }
Property Value
Type Description
TfaConfiguration.Enabled
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public TfaConfiguration.Other AsOther { get; }
Property Value
Type Description
TfaConfiguration.Other
View Source

AsSms

Gets this instance as a Sms, or null.

Declaration
public TfaConfiguration.Sms AsSms { get; }
Property Value
Type Description
TfaConfiguration.Sms
View Source

IsAuthenticator

Gets a value indicating whether this instance is Authenticator

Declaration
public bool IsAuthenticator { get; }
Property Value
Type Description
bool
View Source

IsDisabled

Gets a value indicating whether this instance is Disabled

Declaration
public bool IsDisabled { get; }
Property Value
Type Description
bool
View Source

IsEnabled

Gets a value indicating whether this instance is Enabled

Declaration
public bool IsEnabled { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsSms

Gets a value indicating whether this instance is Sms

Declaration
public bool IsSms { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK