Dropbox .NET SDK
Show / Hide Table of Contents

Class TwoStepVerificationState.Optional

Optional require two factor authorization.

Inheritance
object
TwoStepVerificationState
TwoStepVerificationState.Optional
Inherited Members
TwoStepVerificationState.IsRequired
TwoStepVerificationState.AsRequired
TwoStepVerificationState.IsOptional
TwoStepVerificationState.AsOptional
TwoStepVerificationState.IsDisabled
TwoStepVerificationState.AsDisabled
TwoStepVerificationState.IsOther
TwoStepVerificationState.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public sealed class TwoStepVerificationState.Optional : TwoStepVerificationState

Fields

View Source

Instance

A singleton instance of Optional

Declaration
public static readonly TwoStepVerificationState.Optional Instance
Field Value
Type Description
TwoStepVerificationState.Optional
  • View Source
In this article
Back to top Dropbox .NET SDK