t

chrome.webRequest.bindings

WebAuthenticationChallengeDetails

trait WebAuthenticationChallengeDetails extends Object with WebResponseHeadersDetails

Annotations
@JSType() @native()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WebAuthenticationChallengeDetails
  2. WebResponseHeadersDetails
  3. WebResponseDetails
  4. ResourceRequest
  5. Object
  6. Any
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val challenger: WebAuthChallenger

    The server requesting authentication.

  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. val frameId: Int

    The value 0 indicates that the request happens in the main frame; a positive value indicates the ID of a subframe in which the request happens.

    The value 0 indicates that the request happens in the main frame; a positive value indicates the ID of a subframe in which the request happens. If the document of a (sub-)frame is loaded (type is main_frame or sub_frame), frameId indicates the ID of this frame, not the ID of the outer frame. Frame IDs are unique within a tab.

    Definition Classes
    ResourceRequest
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  16. val isProxy: Boolean

    True for Proxy-Authenticate, false for WWW-Authenticate.

  17. val method: String

    standard HTTP method i.e.

    standard HTTP method i.e. GET, POST, PUT, etc.

    Definition Classes
    WebResponseHeadersDetails
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. val parentFrameId: Int

    ID of frame that wraps the frame which sent the request.

    ID of frame that wraps the frame which sent the request. Set to -1 if no parent frame exists.

    Definition Classes
    ResourceRequest
  22. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  23. val realm: UndefOr[String]

    The authentication realm provided by the server, if there is one.

  24. val requestId: String

    The ID of the request.

    The ID of the request. Request IDs are unique within a browser session. As a result, they could be used to relate different events of the same request.

    Definition Classes
    ResourceRequest
  25. val resourceType: String

    How the requested resource will be used.

    How the requested resource will be used. One of: "main_frame", "sub_frame", "stylesheet", "script", "image", "object", "xmlhttprequest", or "other"

    Definition Classes
    ResourceRequest
    Annotations
    @JSName( "type" )
  26. val responseHeaders: UndefOr[Array[HttpHeader]]

    Optional: The HTTP response headers that have been received with this response.

    Optional: The HTTP response headers that have been received with this response.

    Definition Classes
    WebResponseHeadersDetails
  27. val scheme: String

    The authentication scheme, e.g.

    The authentication scheme, e.g. Basic or Digest.

  28. val statusCode: Int

    Standard HTTP status code returned by the server.

    Standard HTTP status code returned by the server.

    Definition Classes
    WebResponseDetails
    Since

    Chrome 43.

  29. val statusLine: String

    HTTP status line of the response or the 'HTTP/0.9 200 OK' string for HTTP/0.9 responses (i.e., responses that lack a status line).

    HTTP status line of the response or the 'HTTP/0.9 200 OK' string for HTTP/0.9 responses (i.e., responses that lack a status line).

    Definition Classes
    WebResponseDetails
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. val tabId: Int

    The ID of the tab in which the request takes place.

    The ID of the tab in which the request takes place. Set to -1 if the request isn't related to a tab.

    Definition Classes
    ResourceRequest
  32. val timeStamp: Int

    The time when this signal is triggered, in milliseconds since the epoch.

    The time when this signal is triggered, in milliseconds since the epoch.

    Definition Classes
    ResourceRequest
  33. def toLocaleString(): String
    Definition Classes
    Object
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. val url: String
    Definition Classes
    ResourceRequest
  36. def valueOf(): Any
    Definition Classes
    Object
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from WebResponseHeadersDetails

Inherited from WebResponseDetails

Inherited from ResourceRequest

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped