Class LoginMethod
The login method object
Inheritance
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class LoginMethod
Constructors
| Improve this Doc View SourceLoginMethod()
Initializes a new instance of the LoginMethod class.
Declaration
public LoginMethod()
Properties
| Improve this Doc View SourceAsAppleOauth
Gets this instance as a AppleOauth, or null.
Declaration
public LoginMethod.AppleOauth AsAppleOauth { get; }
Property Value
| Type | Description |
|---|---|
| LoginMethod.AppleOauth |
AsFirstPartyTokenExchange
Gets this instance as a FirstPartyTokenExchange, or null.
Declaration
public LoginMethod.FirstPartyTokenExchange AsFirstPartyTokenExchange { get; }
Property Value
| Type | Description |
|---|---|
| LoginMethod.FirstPartyTokenExchange |
AsGoogleOauth
Gets this instance as a GoogleOauth, or null.
Declaration
public LoginMethod.GoogleOauth AsGoogleOauth { get; }
Property Value
| Type | Description |
|---|---|
| LoginMethod.GoogleOauth |
AsOther
Gets this instance as a Other, or null.
Declaration
public LoginMethod.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| LoginMethod.Other |
AsPassword
Gets this instance as a Password, or null.
Declaration
public LoginMethod.Password AsPassword { get; }
Property Value
| Type | Description |
|---|---|
| LoginMethod.Password |
AsQrCode
Gets this instance as a QrCode, or null.
Declaration
public LoginMethod.QrCode AsQrCode { get; }
Property Value
| Type | Description |
|---|---|
| LoginMethod.QrCode |
AsSaml
Gets this instance as a Saml, or null.
Declaration
public LoginMethod.Saml AsSaml { get; }
Property Value
| Type | Description |
|---|---|
| LoginMethod.Saml |
AsTwoFactorAuthentication
Gets this instance as a TwoFactorAuthentication, or null.
Declaration
public LoginMethod.TwoFactorAuthentication AsTwoFactorAuthentication { get; }
Property Value
| Type | Description |
|---|---|
| LoginMethod.TwoFactorAuthentication |
AsWebSession
Gets this instance as a WebSession, or null.
Declaration
public LoginMethod.WebSession AsWebSession { get; }
Property Value
| Type | Description |
|---|---|
| LoginMethod.WebSession |
IsAppleOauth
Gets a value indicating whether this instance is AppleOauth
Declaration
public bool IsAppleOauth { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsFirstPartyTokenExchange
Gets a value indicating whether this instance is FirstPartyTokenExchange
Declaration
public bool IsFirstPartyTokenExchange { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsGoogleOauth
Gets a value indicating whether this instance is GoogleOauth
Declaration
public bool IsGoogleOauth { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsPassword
Gets a value indicating whether this instance is Password
Declaration
public bool IsPassword { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsQrCode
Gets a value indicating whether this instance is QrCode
Declaration
public bool IsQrCode { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsSaml
Gets a value indicating whether this instance is Saml
Declaration
public bool IsSaml { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsTwoFactorAuthentication
Gets a value indicating whether this instance is TwoFactorAuthentication
Declaration
public bool IsTwoFactorAuthentication { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsWebSession
Gets a value indicating whether this instance is WebSession
Declaration
public bool IsWebSession { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |