pl.wendigo.chrome.api.security / VisibleSecurityState

VisibleSecurityState

data class VisibleSecurityState (source)

Security state information about the page.

Link
Security#VisibleSecurityState type documentation.

Constructors

<init>

VisibleSecurityState(securityState: SecurityState, certificateSecurityState: CertificateSecurityState? = null, safetyTipInfo: SafetyTipInfo? = null, securityStateIssueIds: List<String>)

Security state information about the page.

Properties

certificateSecurityState

val certificateSecurityState: CertificateSecurityState?

Security state details about the page certificate.

safetyTipInfo

val safetyTipInfo: SafetyTipInfo?

The type of Safety Tip triggered on the page. Note that this field will be set even if the Safety Tip UI was not actually shown.

securityState

val securityState: SecurityState

The security level of the page.

securityStateIssueIds

val securityStateIssueIds: List<String>

Array of security state issues ids.