Show / Hide Table of Contents

Class LoginMethod

The login method object

Inheritance
System.Object
LoginMethod
LoginMethod.AppleOauth
LoginMethod.FirstPartyTokenExchange
LoginMethod.GoogleOauth
LoginMethod.Other
LoginMethod.Password
LoginMethod.QrCode
LoginMethod.Saml
LoginMethod.TwoFactorAuthentication
LoginMethod.WebSession
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 LoginMethod

Constructors

| Improve this Doc View Source

LoginMethod()

Initializes a new instance of the LoginMethod class.

Declaration
public LoginMethod()

Properties

| Improve this Doc View Source

AsAppleOauth

Gets this instance as a AppleOauth, or null.

Declaration
public LoginMethod.AppleOauth AsAppleOauth { get; }
Property Value
Type Description
LoginMethod.AppleOauth
| Improve this Doc View Source

AsFirstPartyTokenExchange

Gets this instance as a FirstPartyTokenExchange, or null.

Declaration
public LoginMethod.FirstPartyTokenExchange AsFirstPartyTokenExchange { get; }
Property Value
Type Description
LoginMethod.FirstPartyTokenExchange
| Improve this Doc View Source

AsGoogleOauth

Gets this instance as a GoogleOauth, or null.

Declaration
public LoginMethod.GoogleOauth AsGoogleOauth { get; }
Property Value
Type Description
LoginMethod.GoogleOauth
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public LoginMethod.Other AsOther { get; }
Property Value
Type Description
LoginMethod.Other
| Improve this Doc View Source

AsPassword

Gets this instance as a Password, or null.

Declaration
public LoginMethod.Password AsPassword { get; }
Property Value
Type Description
LoginMethod.Password
| Improve this Doc View Source

AsQrCode

Gets this instance as a QrCode, or null.

Declaration
public LoginMethod.QrCode AsQrCode { get; }
Property Value
Type Description
LoginMethod.QrCode
| Improve this Doc View Source

AsSaml

Gets this instance as a Saml, or null.

Declaration
public LoginMethod.Saml AsSaml { get; }
Property Value
Type Description
LoginMethod.Saml
| Improve this Doc View Source

AsTwoFactorAuthentication

Gets this instance as a TwoFactorAuthentication, or null.

Declaration
public LoginMethod.TwoFactorAuthentication AsTwoFactorAuthentication { get; }
Property Value
Type Description
LoginMethod.TwoFactorAuthentication
| Improve this Doc View Source

AsWebSession

Gets this instance as a WebSession, or null.

Declaration
public LoginMethod.WebSession AsWebSession { get; }
Property Value
Type Description
LoginMethod.WebSession
| Improve this Doc View Source

IsAppleOauth

Gets a value indicating whether this instance is AppleOauth

Declaration
public bool IsAppleOauth { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsFirstPartyTokenExchange

Gets a value indicating whether this instance is FirstPartyTokenExchange

Declaration
public bool IsFirstPartyTokenExchange { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsGoogleOauth

Gets a value indicating whether this instance is GoogleOauth

Declaration
public bool IsGoogleOauth { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPassword

Gets a value indicating whether this instance is Password

Declaration
public bool IsPassword { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsQrCode

Gets a value indicating whether this instance is QrCode

Declaration
public bool IsQrCode { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSaml

Gets a value indicating whether this instance is Saml

Declaration
public bool IsSaml { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTwoFactorAuthentication

Gets a value indicating whether this instance is TwoFactorAuthentication

Declaration
public bool IsTwoFactorAuthentication { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsWebSession

Gets a value indicating whether this instance is WebSession

Declaration
public bool IsWebSession { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX