InvalidJWKKeysError

Represents an error that occurs when the JWK (JSON Web Key) keys are not in a valid format.

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val code: Int

The error code associated with the InvalidJWKKeysError.

Link copied to clipboard
open override val errorDescription: String?
Link copied to clipboard
open val message: String?
Link copied to clipboard
open override val underlyingErrors: Array<Error>?