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. def acquireTokenPopup(request: AuthenticationParameters): Promise[AuthResponse]
  2. def acquireTokenRedirect(request: AuthenticationParameters): Unit
  3. def acquireTokenSilent(request: AuthenticationParameters): Promise[AuthResponse]
  4. val authority: String
  5. def getAccount(): Account
  6. def getAccountState(state: String): String
  7. def getAllAccounts(): Array[Account]
  8. def getAuthorityInstance(): Authority
  9. def getCurrentConfiguration(): Configuration
  10. def getLoginInProgress(): Boolean
  11. def getPostLogoutRedirectUri(): String
  12. def getRedirectUri(reqRedirectUri: UndefOr[String]): String
  13. def handleRedirectCallback(acb: AuthResponseCallback): Unit
  14. def handleRedirectCallback(tcb: TokenReceivedCallback, ecb: ErrorReceivedCallback): Unit
  15. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  16. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  17. def loginPopup(request: UndefOr[AuthenticationParameters] = js.undefined): Promise[AuthResponse]
  18. def loginRedirect(request: UndefOr[AuthenticationParameters] = js.undefined): Unit
  19. def logout(): Unit
  20. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  21. def toLocaleString(): String
    Definition Classes
    Object
  22. def valueOf(): Any
    Definition Classes
    Object