Skip to content

Commit 6a2c841

Browse files
committed
Update OAuth2TokenMetadata.TOKEN_METADATA_BASE
Issue spring-projectsgh-137
1 parent d7fe79d commit 6a2c841

File tree

1 file changed

+1
-1
lines changed
  • oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/token

1 file changed

+1
-1
lines changed

oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/token/OAuth2TokenMetadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*/
3535
public class OAuth2TokenMetadata implements Serializable {
3636
private static final long serialVersionUID = Version.SERIAL_VERSION_UID;
37-
protected static final String TOKEN_METADATA_BASE = "token.metadata.";
37+
protected static final String TOKEN_METADATA_BASE = "metadata.token.";
3838

3939
/**
4040
* The name of the metadata that indicates if the token has been invalidated.

0 commit comments

Comments
 (0)