Dropbox .NET SDK

Class LoginMethod.AppleOauth

The apple oauth object

Inheritance
object
LoginMethod
LoginMethod.AppleOauth
Inherited Members
LoginMethod.IsAppleOauth
LoginMethod.AsAppleOauth
LoginMethod.IsFirstPartyTokenExchange
LoginMethod.AsFirstPartyTokenExchange
LoginMethod.IsGoogleOauth
LoginMethod.AsGoogleOauth
LoginMethod.IsKakaoOauth
LoginMethod.AsKakaoOauth
LoginMethod.IsLenovoOauth
LoginMethod.AsLenovoOauth
LoginMethod.IsPasskey
LoginMethod.AsPasskey
LoginMethod.IsPassword
LoginMethod.AsPassword
LoginMethod.IsQrCode
LoginMethod.AsQrCode
LoginMethod.IsSaml
LoginMethod.AsSaml
LoginMethod.IsTwoFactorAuthentication
LoginMethod.AsTwoFactorAuthentication
LoginMethod.IsWebSession
LoginMethod.AsWebSession
LoginMethod.IsMicrosoftOauth
LoginMethod.AsMicrosoftOauth
LoginMethod.IsOther
LoginMethod.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public sealed class LoginMethod.AppleOauth : LoginMethod

Fields

View Source

Instance

A singleton instance of AppleOauth

Declaration
public static readonly LoginMethod.AppleOauth Instance
Field Value
Type Description
LoginMethod.AppleOauth
  • View Source
In this article
Back to top Dropbox .NET SDK