AWS cognito documentation change
Summary
Updated link text from 'Understanding the refresh token' to 'Refresh tokens' in token documentation
Security assessment
Minor documentation link text change with no security implications
Diff
diff --git a/cognito/latest/developerguide/user-pool-settings-client-apps.md b/cognito/latest/developerguide/user-pool-settings-client-apps.md index db46bfcae..4d32d9a4d 100644 --- a//cognito/latest/developerguide/user-pool-settings-client-apps.md +++ b//cognito/latest/developerguide/user-pool-settings-client-apps.md @@ -76 +76 @@ A verifiable statement of your user's access rights. The access token contains [ -An encrypted statement of initial authentication that your app can present to your user pool when your user's tokens expire. A refresh-token request returns new, unexpired access and ID tokens. See [Understanding the refresh token](./amazon-cognito-user-pools-using-the-refresh-token.html) for more information. +An encrypted statement of initial authentication that your app can present to your user pool when your user's tokens expire. A refresh-token request returns new, unexpired access and ID tokens. See [Refresh tokens](./amazon-cognito-user-pools-using-the-refresh-token.html) for more information.