Show / Hide Table of Contents

Class LoginFailDetails

Failed to sign in.

Inheritance
System.Object
LoginFailDetails
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 LoginFailDetails

Constructors

| Improve this Doc View Source

LoginFailDetails(LoginMethod, FailureDetailsLogInfo, Nullable<Boolean>)

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.

System.Nullable<System.Boolean> isEmmManaged

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

Properties

| Improve this Doc View Source

ErrorDetails

Error details.

Declaration
public FailureDetailsLogInfo ErrorDetails { get; protected set; }
Property Value
Type Description
FailureDetailsLogInfo
| Improve this Doc 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
System.Nullable<System.Boolean>
| Improve this Doc View Source

LoginMethod

Login method.

Declaration
public LoginMethod LoginMethod { get; protected set; }
Property Value
Type Description
LoginMethod
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX