trait AuthenticationParameters extends Object
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AuthenticationParameters
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val account: UndefOr[Account]
- Annotations
- @JSOptional()
- val authority: UndefOr[String]
- Annotations
- @JSOptional()
- val claimsRequest: UndefOr[String]
https://docs.microsoft.com/en-us/azure/active-directory/develop/scenario-spa-acquire-token
https://docs.microsoft.com/en-us/azure/active-directory/develop/scenario-spa-acquire-token
- Annotations
- @JSOptional()
- val correlationId: UndefOr[String]
- Annotations
- @JSOptional()
- val extraQueryParameters: UndefOr[StringDict]
- Annotations
- @JSOptional()
- val extraScopesToConsent: UndefOr[Array[String]]
- Annotations
- @JSOptional()
- val forceRefresh: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val loginHint: UndefOr[String]
- Annotations
- @JSOptional()
- val prompt: UndefOr[String]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val redirectUri: UndefOr[String]
- Annotations
- @JSOptional()
- val scopes: UndefOr[Array[String]]
- Annotations
- @JSOptional()
- val sid: UndefOr[String]
- Annotations
- @JSOptional()
- val state: UndefOr[String]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object