OidcTokenRejectedException

Thrown when a token fails OpenID Connect validation and must not be trusted.

Report a problem

Parameters

message

describes why the token was rejected.

Constructors

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

Properties

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