AuthenticatedDecodeError

class AuthenticatedDecodeError(message: String, cause: Throwable? = null) : RuntimeException

Thrown when a JWT-bearing response cannot be decoded, the JWT is structurally malformed, its body is not valid JSON, the data claim is missing, or the claim's value does not match the expected typed payload shape.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?