Package-level declarations
Types
Link copied to clipboard
data class TrustPinConfiguration(val organizationId: String, val projectId: String, val publicKey: String, val mode: TrustPinMode = TrustPinMode.STRICT, val configurationURL: URL? = null)
Configuration for a TrustPin instance.
Link copied to clipboard
Exception types for TrustPin SSL certificate pinning failures.
Link copied to clipboard
Log levels for TrustPin SDK logging.
Link copied to clipboard
Defines the behavior for handling unregistered domains in TrustPin certificate pinning.