File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
core/src/main/java/cloud/stackit/sdk/core/auth Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,8 @@ public SetupAuth(CoreConfiguration cfg) {
6464 }
6565
6666 /*
67- * @deprecated Use static methods of SetupAuth instead or just use the KeyFlowAuthenticator and let it handle the rest. Will be removed in April 2026.
67+ * @deprecated Use static methods of SetupAuth instead or just use the KeyFlowAuthenticator
68+ * and let it handle the rest. Will be removed in April 2026.
6869 */
6970 @ Deprecated
7071 public void init () throws IOException {
@@ -73,7 +74,8 @@ public void init() throws IOException {
7374 }
7475
7576 /*
76- * @deprecated Use static methods of SetupAuth instead or just use the KeyFlowAuthenticator and let it handle the rest. Will be removed in April 2026.
77+ * @deprecated Use static methods of SetupAuth instead or just use the KeyFlowAuthenticator
78+ * and let it handle the rest. Will be removed in April 2026.
7779 */
7880 @ Deprecated
7981 public Interceptor getAuthHandler () {
You can’t perform that action at this time.
0 commit comments