Skip to content

Commit e72ab0b

Browse files
committed
Add fourth oauth grant type to javadoc
Signed-off-by: Pat McCusker <[email protected]>
1 parent 3456a8e commit e72ab0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)