t

azure.msal

AuthenticationParameters

trait AuthenticationParameters extends Object

Annotations
@JSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AuthenticationParameters
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val account: UndefOr[Account]
    Annotations
    @JSOptional()
  2. val authority: UndefOr[String]
    Annotations
    @JSOptional()
  3. 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()
  4. val correlationId: UndefOr[String]
    Annotations
    @JSOptional()
  5. val extraQueryParameters: UndefOr[StringDict]
    Annotations
    @JSOptional()
  6. val extraScopesToConsent: UndefOr[Array[String]]
    Annotations
    @JSOptional()
  7. val forceRefresh: UndefOr[Boolean]
    Annotations
    @JSOptional()
  8. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  9. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  10. val loginHint: UndefOr[String]
    Annotations
    @JSOptional()
  11. val prompt: UndefOr[String]
    Annotations
    @JSOptional()
  12. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  13. val redirectUri: UndefOr[String]
    Annotations
    @JSOptional()
  14. val scopes: UndefOr[Array[String]]
    Annotations
    @JSOptional()
  15. val sid: UndefOr[String]
    Annotations
    @JSOptional()
  16. val state: UndefOr[String]
    Annotations
    @JSOptional()
  17. def toLocaleString(): String
    Definition Classes
    Object
  18. def valueOf(): Any
    Definition Classes
    Object