Skip to content

Commit 981bacb

Browse files
author
AWS
committed
Amazon Cognito Identity Provider Update: Remove SigV4 auth requirement for GetTokensFromRefreshToken
1 parent 0a77838 commit 981bacb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Cognito Identity Provider",
4+
"contributor": "",
5+
"description": "Remove SigV4 auth requirement for GetTokensFromRefreshToken"
6+
}

services/cognitoidentityprovider/src/main/resources/codegen-resources/service-2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,9 @@
13981398
{"shape":"RefreshTokenReuseException"},
13991399
{"shape":"InternalErrorException"}
14001400
],
1401-
"documentation":"<p>Given a refresh token, issues new ID, access, and optionally refresh tokens for the user who owns the submitted token. This operation issues a new refresh token and invalidates the original refresh token after an optional grace period when refresh token rotation is enabled. If refresh token rotation is disabled, issues new ID and access tokens only.</p>"
1401+
"documentation":"<p>Given a refresh token, issues new ID, access, and optionally refresh tokens for the user who owns the submitted token. This operation issues a new refresh token and invalidates the original refresh token after an optional grace period when refresh token rotation is enabled. If refresh token rotation is disabled, issues new ID and access tokens only.</p>",
1402+
"authtype":"none",
1403+
"auth":["smithy.api#noAuth"]
14021404
},
14031405
"GetUICustomization":{
14041406
"name":"GetUICustomization",

0 commit comments

Comments
 (0)