Skip to content

Commit 646ea00

Browse files
committed
Add @SInCE
Issue gh-427
1 parent d435719 commit 646ea00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/oidc/authentication/OidcClientRegistrationAuthenticationToken.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public OidcClientRegistrationAuthenticationToken(Authentication principal, OidcC
6161
*
6262
* @param principal the authenticated principal
6363
* @param clientId the client identifier
64+
* @since 0.2.1
6465
*/
6566
public OidcClientRegistrationAuthenticationToken(Authentication principal, String clientId) {
6667
super(Collections.emptyList());

0 commit comments

Comments
 (0)