Skip to content

Commit bfce6e4

Browse files
pat-mccuskerjzheaux
authored andcommitted
Add fourth oauth grant type to javadoc
Signed-off-by: Pat McCusker <patmccusker14@gmail.com>
1 parent 71e12bb commit bfce6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: oauth2/oauth2-core/src/main/java/org/springframework/security/oauth2/core/AuthorizationGrantType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
* <p>
3030
* The OAuth 2.0 Authorization Framework defines four standard grant types: authorization
31-
* code, resource owner password credentials, and client credentials. It also provides an
31+
* code, implicit, resource owner password credentials, and client credentials. It also provides an
3232
* extensibility mechanism for defining additional grant types.
3333
*
3434
* @author Joe Grandja

0 commit comments

Comments
 (0)