Skip to content

Commit

Permalink
Merge pull request #20 from a-sit-plus/readme-update
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
FelixHoer authored Feb 24, 2025
2 parents 231bd5b + 4ca9efe commit 1914d47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ val warden = Warden(
verificationSecondsOffset = -300, //OPTIONAL, defaults to 0
disableHardwareAttestation = false, //OPTIONAL, defaults to false. Set to true to disable HW attestation
enableNougatAttestation = false, //OPTIONAL, defaults to false. Set to true to enable hybrid attestation
enableSoftwareAttestation = false //OPTIONAL, defaults to false. Set to true to enable SW attestation
enableSoftwareAttestation = false, //OPTIONAL, defaults to false. Set to true to enable SW attestation
attestationStatementValiditySeconds = 300 //OPTIONAL, defaults to 300s
),
iosAttestationConfiguration = IOSAttestationConfiguration(
applications = listOf(
Expand All @@ -180,6 +181,7 @@ val warden = Warden(
)
),
iosVersion = 14, //OPTIONAL, null by default
attestationStatementValiditySeconds = 300 //OPTIONAL, defaults to 300s
),
clock = FixedTimeClock(Instant.parse("2023-04-13T00:00:00Z")), //OPTIONAL, system clock by default,
verificationTimeOffset = Duration.ZERO //OPTIONAL, defaults to zero
Expand Down

0 comments on commit 1914d47

Please sign in to comment.