Fixed link in JavaDoc (#1289)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
pull/1294/head
Christoph Weitkamp 2019-12-21 18:41:32 +01:00 committed by Wouter Born
parent 650f895620
commit be89210019
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ public interface OAuthClientService extends AutoCloseable {
* @throws IOException Web/ network issues etc.
* @throws OAuthErrorException For OAUTH error responses.
* @throws OAuthException For other exceptions.
* @see <a href="https://tools.ietf.org/html/rfc6749#section-4.2>Implicit Grant - rfc6749 section-4.2</a>
* @see <a href="https://tools.ietf.org/html/rfc6749#section-4.2">Implicit Grant - rfc6749 section-4.2</a>
*/
AccessTokenResponse getAccessTokenByImplicit(@Nullable String redirectURI, @Nullable String scope,
@Nullable String state) throws OAuthException, IOException, OAuthResponseException;