RequestCannotBeValidated

data class RequestCannotBeValidated(val errorMessage: String, val exception: Throwable) : TSWebAuthnApprovalError

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, and that the domain in assetlinks.json matches the rp id configured in the Transmit portal.

Constructors

Link copied to clipboard
constructor(errorMessage: String, exception: Throwable)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard