public class JwtSignatureMismatchException extends JwtVerificationException
| Constructor and Description |
|---|
JwtSignatureMismatchException(Exception cause) |
JwtSignatureMismatchException(String reason)
Deprecated.
Since 2.0.2, use the other constructors
|
JwtSignatureMismatchException(String reason,
String issuer) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIssuer() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JwtSignatureMismatchException(Exception cause)
@Deprecated public JwtSignatureMismatchException(String reason)
public String getIssuer()
Copyright © 2023 Atlassian. All rights reserved.