getTokensFromRefreshToken
inline suspend fun CognitoIdentityProviderClient.getTokensFromRefreshToken(crossinline block: GetTokensFromRefreshTokenRequest.Builder.() -> Unit): GetTokensFromRefreshTokenResponse
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.