public class JwtConstants extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JwtConstants.AppLinks |
static class |
JwtConstants.Claims |
static class |
JwtConstants.ClaimVerifiers |
static class |
JwtConstants.HttpRequests |
| Modifier and Type | Field and Description |
|---|---|
static String |
JWT_PARAM_NAME
When the JWT message is specified in the query string of a URL then this is the parameter name.
|
static int |
TIME_CLAIM_LEEWAY_SECONDS
The JWT spec says that implementers "MAY provide for some small leeway, usually no more than a few minutes, to account for clock skew".
|
| Constructor and Description |
|---|
JwtConstants() |
public static final String JWT_PARAM_NAME
http://server:80/some/path?otherparam=value&jwt=eyJhbGciOiJIUzI1NiIsI.eyJleHAiOjEzNzg5NCI6MTM3ODk1MjQ4OH0.cDihfcsKW_We_EY21tIs55dVwjU
public static final int TIME_CLAIM_LEEWAY_SECONDS
Copyright © 2023 Atlassian. All rights reserved.