RequestCannotBeValidated

data class RequestCannotBeValidated(val message: String, val t: Throwable) : TSWebAuthnAuthenticationError

Passkeys error - request cannot be validated. This error indicates that there may be a mismatch between the definition in your assetlinks.json and your application (please check the package name in assetlinks matches the apk's package name, that the apk signing certificate fingerprint matches the signing certificate fingerprint in assetslinks.json, matches the o, and that the domain in assetlinks.json matches the rp id configured in the Transmit portal.

Constructors

Link copied to clipboard
fun RequestCannotBeValidated(message: String, t: Throwable)

Properties

Link copied to clipboard
val eM: String
Link copied to clipboard
val message: String
Link copied to clipboard
val t: Throwable
Link copied to clipboard
val tw: Throwable? = null