Continue With Auth Request
data class ContinueWithAuthRequest(requestId: RequestId, authChallengeResponse: AuthChallengeResponse)
Content copied to clipboard
Represents request frame that can be used with Fetch#continueWithAuth operation call.
Continues a request supplying authChallengeResponse following authRequired event.
See also
Constructors
ContinueWithAuthRequest
Link copied to clipboard
fun ContinueWithAuthRequest(requestId: RequestId, authChallengeResponse: AuthChallengeResponse)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard