We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337513a commit 6f5ca3fCopy full SHA for 6f5ca3f
openid-connect-common/src/main/java/org/mitre/oauth2/model/OAuth2AccessTokenEntity.java
@@ -93,7 +93,7 @@ public class OAuth2AccessTokenEntity implements OAuth2AccessToken {
93
public static final String PARAM_DATE = "date";
94
public static final String PARAM_RESOURCE_SET_ID = "rsid";
95
96
- public static String ID_TOKEN_FIELD_NAME = "id_token";
+ public static final String ID_TOKEN_FIELD_NAME = "id_token";
97
98
private Long id;
99
0 commit comments