Dropbox .NET SDK

Class LoginFailDetails

Failed to sign in.

Inheritance
object
LoginFailDetails
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 LoginFailDetails

Constructors

View Source

LoginFailDetails(LoginMethod, FailureDetailsLogInfo, bool?)

Initializes a new instance of the LoginFailDetails class.

Declaration
public LoginFailDetails(LoginMethod loginMethod, FailureDetailsLogInfo errorDetails, bool? isEmmManaged = null)
Parameters
Type Name Description
LoginMethod loginMethod

Login method.

FailureDetailsLogInfo errorDetails

Error details.

bool? isEmmManaged

Tells if the login device is EMM managed. Might be missing due to historical data gap.

Properties

View Source

ErrorDetails

Error details.

Declaration
public FailureDetailsLogInfo ErrorDetails { get; protected set; }
Property Value
Type Description
FailureDetailsLogInfo
View Source

IsEmmManaged

Tells if the login device is EMM managed. Might be missing due to historical data gap.

Declaration
public bool? IsEmmManaged { get; protected set; }
Property Value
Type Description
bool?
View Source

LoginMethod

Login method.

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