UserReidentificationIssueDetails

@Serializable
data class UserReidentificationIssueDetails(val type: UserReidentificationIssueType, val request: AffectedRequest? = null, val sourceCodeLocation: SourceCodeLocation? = null)

This issue warns about uses of APIs that may be considered misuse to re-identify users.

Official doc

Constructors

Link copied to clipboard
constructor(type: UserReidentificationIssueType, request: AffectedRequest? = null, sourceCodeLocation: SourceCodeLocation? = null)

Properties

Link copied to clipboard

Applies to BlockedFrameNavigation and BlockedSubresource issue types.

Link copied to clipboard

Applies to NoisedCanvasReadback issue type.

Link copied to clipboard

(undocumented in the protocol definition)