-
Notifications
You must be signed in to change notification settings - Fork 169
Added EA release documentation for N2W #823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -63,6 +63,12 @@ public class CredentialsManager @VisibleForTesting(otherwise = VisibleForTesting | |||||
| * parameter with the session transfer token. For example, | ||||||
| * `https://example.com/login?session_transfer_token=THE_TOKEN`. | ||||||
| * | ||||||
| * ##Availability | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| * | ||||||
| * This feature is currently available in | ||||||
| * [Early Access](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages#early-access). | ||||||
| * Please reach out to Auth0 support to get it enabled for your tenant. | ||||||
| * | ||||||
| * It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid. | ||||||
| * This method will handle saving the refresh_token, if a new one is issued. | ||||||
| */ | ||||||
|
|
@@ -78,6 +84,12 @@ public class CredentialsManager @VisibleForTesting(otherwise = VisibleForTesting | |||||
| * parameter with the session transfer token. For example, | ||||||
| * `https://example.com/login?session_transfer_token=THE_TOKEN`. | ||||||
| * | ||||||
| * ##Availability | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| * | ||||||
| * This feature is currently available in | ||||||
| * [Early Access](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages#early-access). | ||||||
| * Please reach out to Auth0 support to get it enabled for your tenant. | ||||||
| * | ||||||
| * It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid. | ||||||
| * This method will handle saving the refresh_token, if a new one is issued. | ||||||
| */ | ||||||
|
|
@@ -134,6 +146,12 @@ public class CredentialsManager @VisibleForTesting(otherwise = VisibleForTesting | |||||
| * parameter with the session transfer token. For example, | ||||||
| * `https://example.com/login?session_transfer_token=THE_TOKEN`. | ||||||
| * | ||||||
| * ##Availability | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| * | ||||||
| * This feature is currently available in | ||||||
| * [Early Access](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages#early-access). | ||||||
| * Please reach out to Auth0 support to get it enabled for your tenant. | ||||||
| * | ||||||
| * It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid. | ||||||
| * This method will handle saving the refresh_token, if a new one is issued. | ||||||
| */ | ||||||
|
|
@@ -151,6 +169,12 @@ public class CredentialsManager @VisibleForTesting(otherwise = VisibleForTesting | |||||
| * parameter with the session transfer token. For example, | ||||||
| * `https://example.com/login?session_transfer_token=THE_TOKEN`. | ||||||
| * | ||||||
| * ##Availability | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| * | ||||||
| * This feature is currently available in | ||||||
| * [Early Access](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages#early-access). | ||||||
| * Please reach out to Auth0 support to get it enabled for your tenant. | ||||||
| * | ||||||
| * It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid. | ||||||
| * This method will handle saving the refresh_token, if a new one is issued. | ||||||
| */ | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -133,6 +133,12 @@ public class SecureCredentialsManager @VisibleForTesting(otherwise = VisibleForT | |||||
| * parameter with the session transfer token. For example, | ||||||
| * `https://example.com/login?session_transfer_token=THE_TOKEN`. | ||||||
| * | ||||||
| * ##Availability | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| * | ||||||
| * This feature is currently available in | ||||||
| * [Early Access](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages#early-access). | ||||||
| * Please reach out to Auth0 support to get it enabled for your tenant. | ||||||
| * | ||||||
| * It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid. | ||||||
| * This method will handle saving the refresh_token, if a new one is issued. | ||||||
| */ | ||||||
|
|
@@ -148,6 +154,12 @@ public class SecureCredentialsManager @VisibleForTesting(otherwise = VisibleForT | |||||
| * parameter with the session transfer token. For example, | ||||||
| * `https://example.com/login?session_transfer_token=THE_TOKEN`. | ||||||
| * | ||||||
| * ##Availability | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| * | ||||||
| * This feature is currently available in | ||||||
| * [Early Access](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages#early-access). | ||||||
| * Please reach out to Auth0 support to get it enabled for your tenant. | ||||||
| * | ||||||
| * It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid. | ||||||
| * This method will handle saving the refresh_token, if a new one is issued. | ||||||
| */ | ||||||
|
|
@@ -215,6 +227,12 @@ public class SecureCredentialsManager @VisibleForTesting(otherwise = VisibleForT | |||||
| * parameter with the session transfer token. For example, | ||||||
| * `https://example.com/login?session_transfer_token=THE_TOKEN`. | ||||||
| * | ||||||
| * ##Availability | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| * | ||||||
| * This feature is currently available in | ||||||
| * [Early Access](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages#early-access). | ||||||
| * Please reach out to Auth0 support to get it enabled for your tenant. | ||||||
| * | ||||||
| * It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid. | ||||||
| * This method will handle saving the refresh_token, if a new one is issued. | ||||||
| */ | ||||||
|
|
@@ -232,6 +250,12 @@ public class SecureCredentialsManager @VisibleForTesting(otherwise = VisibleForT | |||||
| * parameter with the session transfer token. For example, | ||||||
| * `https://example.com/login?session_transfer_token=THE_TOKEN`. | ||||||
| * | ||||||
| * ##Availability | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| * | ||||||
| * This feature is currently available in | ||||||
| * [Early Access](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages#early-access). | ||||||
| * Please reach out to Auth0 support to get it enabled for your tenant. | ||||||
| * | ||||||
| * It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid. | ||||||
| * This method will handle saving the refresh_token, if a new one is issued. | ||||||
| */ | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.