Show / Hide Table of Contents

Class TfaConfiguration

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

Inheritance
System.Object
TfaConfiguration
TfaConfiguration.Authenticator
TfaConfiguration.Disabled
TfaConfiguration.Enabled
TfaConfiguration.Other
TfaConfiguration.Sms
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 Source

TfaConfiguration()

Initializes a new instance of the TfaConfiguration class.

Declaration
public TfaConfiguration()

Properties

| Improve this Doc View Source

AsAuthenticator

Gets this instance as a Authenticator, or null.

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

AsDisabled

Gets this instance as a Disabled, or null.

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

AsEnabled

Gets this instance as a Enabled, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsSms

Gets this instance as a Sms, or null.

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

IsAuthenticator

Gets a value indicating whether this instance is Authenticator

Declaration
public bool IsAuthenticator { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsDisabled

Gets a value indicating whether this instance is Disabled

Declaration
public bool IsDisabled { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsEnabled

Gets a value indicating whether this instance is Enabled

Declaration
public bool IsEnabled { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSms

Gets a value indicating whether this instance is Sms

Declaration
public bool IsSms { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TfaConfiguration()
  • Properties
    • AsAuthenticator
    • AsDisabled
    • AsEnabled
    • AsOther
    • AsSms
    • IsAuthenticator
    • IsDisabled
    • IsEnabled
    • IsOther
    • IsSms
Back to top Generated by DocFX