Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 14c4ccb

Browse files
Fix Javadocs build issue
1 parent 934d029 commit 14c4ccb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/com/venafi/vcert/sdk/connectors/tpp/TppTokenConnector.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ public boolean isEmptyCredentials(Authentication credentials){
7373
/**
7474
* {@inheritDoc}
7575
* <p>
76-
* Note: For this implementation is determined if the {@link Authentication#accessToken()} was provided.
77-
* If that is the case then it's invoked the {@link Tpp#verify()} method to verify if the provided access Token is valid,
78-
* otherwise then the {@link Tpp#authorizeToken(AuthorizeRequest)} is invoked to get the accessToken and refreshToken which
76+
* Note: For this implementation is determined if the Authentication.accessToken() was provided.
77+
* If that is the case then it's invoked the Tpp.verifyToken(String) method to verify if the provided access Token is valid,
78+
* otherwise then the Tpp.authorizeToken(AuthorizeTokenRequest) is invoked to get the accessToken and refreshToken which
7979
* will be set to the credentials of this instance.
8080
* Also the credentials given replaces the credentials hold by this instance until
8181
* this moment and additionally the {@link TokenInfo} object is created.

0 commit comments

Comments
 (0)