struct Protocol::Audits::TrustedWebActivityIssueDetails

Included Modules

Defined in:

protocol/audits.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def http_status_code : Int::Primitive | Nil #

[View source]
def package_name : String | Nil #

The package name of the Trusted Web Activity client app. This field is only used when violation type is kDigitalAssetLinks.


[View source]
def signature : String | Nil #

The signature of the Trusted Web Activity client app. This field is only used when violation type is kDigitalAssetLinks.


[View source]
def url : String #

The url that triggers the violation.


[View source]
def violation_type : TwaQualityEnforcementViolationType #

[View source]