@@ -133,6 +133,12 @@ public class SecureCredentialsManager @VisibleForTesting(otherwise = VisibleForT
133133 * parameter with the session transfer token. For example,
134134 * `https://example.com/login?session_transfer_token=THE_TOKEN`.
135135 *
136+ * ## Availability
137+ *
138+ * This feature is currently available in
139+ * [Early Access](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages#early-access).
140+ * Please reach out to Auth0 support to get it enabled for your tenant.
141+ *
136142 * It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid.
137143 * This method will handle saving the refresh_token, if a new one is issued.
138144 */
@@ -148,6 +154,12 @@ public class SecureCredentialsManager @VisibleForTesting(otherwise = VisibleForT
148154 * parameter with the session transfer token. For example,
149155 * `https://example.com/login?session_transfer_token=THE_TOKEN`.
150156 *
157+ * ## Availability
158+ *
159+ * This feature is currently available in
160+ * [Early Access](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages#early-access).
161+ * Please reach out to Auth0 support to get it enabled for your tenant.
162+ *
151163 * It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid.
152164 * This method will handle saving the refresh_token, if a new one is issued.
153165 */
@@ -215,6 +227,12 @@ public class SecureCredentialsManager @VisibleForTesting(otherwise = VisibleForT
215227 * parameter with the session transfer token. For example,
216228 * `https://example.com/login?session_transfer_token=THE_TOKEN`.
217229 *
230+ * ## Availability
231+ *
232+ * This feature is currently available in
233+ * [Early Access](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages#early-access).
234+ * Please reach out to Auth0 support to get it enabled for your tenant.
235+ *
218236 * It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid.
219237 * This method will handle saving the refresh_token, if a new one is issued.
220238 */
@@ -232,6 +250,12 @@ public class SecureCredentialsManager @VisibleForTesting(otherwise = VisibleForT
232250 * parameter with the session transfer token. For example,
233251 * `https://example.com/login?session_transfer_token=THE_TOKEN`.
234252 *
253+ * ## Availability
254+ *
255+ * This feature is currently available in
256+ * [Early Access](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages#early-access).
257+ * Please reach out to Auth0 support to get it enabled for your tenant.
258+ *
235259 * It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid.
236260 * This method will handle saving the refresh_token, if a new one is issued.
237261 */
0 commit comments