We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76739a commit 9548e26Copy full SHA for 9548e26
1 file changed
src/main/java/io/fusionauth/domain/oauth2/GrantType.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2018-2019, FusionAuth, All Rights Reserved
+ * Copyright (c) 2018-2025, FusionAuth, All Rights Reserved
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
22
import com.fasterxml.jackson.annotation.JsonValue;
23
24
/**
25
- * Authorization Grant types as defined by the <a href="https://tools.ietf.org/html/rfc6749">The OAuth 2.0 Authorization
+ * Authorization Grant types as defined by the <a href="https://tools.ietf.org/html/rfc6749">OAuth 2.0 Authorization
26
* Framework - RFC 6749</a>.
27
* <p>
28
* Specific names as defined by <a href="https://tools.ietf.org/html/rfc7591#section-4.1">
0 commit comments