trait ConnectionInfo extends Object
User provided configuration informmation.
- Annotations
- @ScalaJSDefined() @RawJSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConnectionInfo
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
acquireTokenResource: UndefOr[String]
- Annotations
- @JSOptional()
-
val
applicationId: UndefOr[String]
- Annotations
- @JSOptional()
-
val
authorityHostUrl: UndefOr[String]
- Annotations
- @JSOptional()
-
val
dataUrl: UndefOr[String]
- Annotations
- @JSOptional()
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
val
password: UndefOr[String]
- Annotations
- @JSOptional()
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
renewalFraction: UndefOr[Int]
- Annotations
- @JSOptional()
-
val
secret: UndefOr[String]
- Annotations
- @JSOptional()
-
val
tenant: UndefOr[String]
- Annotations
- @JSOptional()
-
def
toLocaleString(): String
- Definition Classes
- Object
-
val
username: UndefOr[String]
- Annotations
- @JSOptional()
-
def
valueOf(): Any
- Definition Classes
- Object