class UserAgentApplication extends Object
- Annotations
- @JSType() @native() @JSImport("@azure/msal", "UserAgentApplication")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UserAgentApplication
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UserAgentApplication(configuration: Configuration)
Value Members
- def acquireTokenPopup(request: AuthenticationParameters): Promise[AuthResponse]
- def acquireTokenRedirect(request: AuthenticationParameters): Unit
- def acquireTokenSilent(request: AuthenticationParameters): Promise[AuthResponse]
- val authority: String
- def getAccount(): Account
- def getAccountState(state: String): String
- def getAllAccounts(): Array[Account]
- def getAuthorityInstance(): Authority
- def getCurrentConfiguration(): Configuration
- def getLoginInProgress(): Boolean
- def getPostLogoutRedirectUri(): String
- def getRedirectUri(reqRedirectUri: UndefOr[String]): String
- def handleRedirectCallback(acb: AuthResponseCallback): Unit
- def handleRedirectCallback(tcb: TokenReceivedCallback, ecb: ErrorReceivedCallback): Unit
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- def loginPopup(request: UndefOr[AuthenticationParameters] = js.undefined): Promise[AuthResponse]
- def loginRedirect(request: UndefOr[AuthenticationParameters] = js.undefined): Unit
- def logout(): Unit
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object