소스 검색

Add fourth oauth grant type to javadoc

Signed-off-by: Pat McCusker <patmccusker14@gmail.com>
Pat McCusker 6 달 전
부모
커밋
bfce6e438d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      oauth2/oauth2-core/src/main/java/org/springframework/security/oauth2/core/AuthorizationGrantType.java

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

@@ -28,7 +28,7 @@ import org.springframework.util.Assert;
  *
  * <p>
  * The OAuth 2.0 Authorization Framework defines four standard grant types: authorization
- * code, resource owner password credentials, and client credentials. It also provides an
+ * code, implicit, resource owner password credentials, and client credentials. It also provides an
  * extensibility mechanism for defining additional grant types.
  *
  * @author Joe Grandja