kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Fetch
/
ContinueWithAuthParameter
Continue
With
Auth
Parameter
@
Serializable
data
class
ContinueWithAuthParameter
(
val
requestId
:
String
,
val
authChallengeResponse
:
Fetch.AuthChallengeResponse
)
Members
Constructors
Continue
With
Auth
Parameter
Link copied to clipboard
constructor
(
requestId
:
String
,
authChallengeResponse
:
Fetch.AuthChallengeResponse
)
Properties
auth
Challenge
Response
Link copied to clipboard
val
authChallengeResponse
:
Fetch.AuthChallengeResponse
Response to with an authChallenge.
request
Id
Link copied to clipboard
val
requestId
:
String
An id the client received in authRequired event.