This repository was archived by the owner on Jun 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
src/main/java/com/venafi/vcert/sdk/connectors/tpp Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments