Class LoginSuccessDetails
Signed in.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class LoginSuccessDetails
Constructors
View SourceLoginSuccessDetails(LoginMethod, bool?)
Initializes a new instance of the LoginSuccessDetails class.
Declaration
public LoginSuccessDetails(LoginMethod loginMethod, bool? isEmmManaged = null)
Parameters
| Type | Name | Description |
|---|---|---|
| LoginMethod | loginMethod | Login method. |
| bool? | isEmmManaged | Tells if the login device is EMM managed. Might be missing due to historical data gap. |
Properties
View SourceIsEmmManaged
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? |
LoginMethod
Login method.
Declaration
public LoginMethod LoginMethod { get; protected set; }
Property Value
| Type | Description |
|---|---|
| LoginMethod |