struct Protocol::Security::VisibleSecurityState

Overview

Security state information about the page.

Included Modules

Defined in:

protocol/security.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def certificate_security_state : CertificateSecurityState | Nil #

Security state details about the page certificate.


[View source]
def safety_tip_info : SafetyTipInfo | Nil #

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.


[View source]
def security_state : SecurityState #

The security level of the page.


[View source]
def security_state_issue_ids : Array(String) #

Array of security state issues ids.


[View source]