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 SourceLoginFailDetails(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 SourceErrorDetails
Error details.
Declaration
public FailureDetailsLogInfo ErrorDetails { get; protected set; }
Property Value
| Type | Description |
|---|---|
| FailureDetailsLogInfo |
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> |
LoginMethod
Login method.
Declaration
public LoginMethod LoginMethod { get; protected set; }
Property Value
| Type | Description |
|---|---|
| LoginMethod |