c

azure.msal

UserAgentApplication

class UserAgentApplication extends Object

Annotations
@JSType() @native() @JSImport("@azure/msal", "UserAgentApplication")
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UserAgentApplication
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new UserAgentApplication(configuration: Configuration)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def acquireTokenPopup(request: AuthenticationParameters): Promise[AuthResponse]
  5. def acquireTokenRedirect(request: AuthenticationParameters): Unit
  6. def acquireTokenSilent(request: AuthenticationParameters): Promise[AuthResponse]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val authority: String
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def getAccount(): Account
  13. def getAccountState(state: String): String
  14. def getAllAccounts(): Array[Account]
  15. def getAuthorityInstance(): Authority
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def getCurrentConfiguration(): Configuration
  18. def getLoginInProgress(): Boolean
  19. def getPostLogoutRedirectUri(): String
  20. def getRedirectUri(reqRedirectUri: UndefOr[String]): String
  21. def handleRedirectCallback(acb: AuthResponseCallback): Unit
  22. def handleRedirectCallback(tcb: TokenReceivedCallback, ecb: ErrorReceivedCallback): Unit
  23. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  27. def loginPopup(request: UndefOr[AuthenticationParameters] = js.undefined): Promise[AuthResponse]
  28. def loginRedirect(request: UndefOr[AuthenticationParameters] = js.undefined): Unit
  29. def logout(): Unit
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toLocaleString(): String
    Definition Classes
    Object
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def valueOf(): Any
    Definition Classes
    Object
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped