Peter Andrews

Results 113 comments of Peter Andrews

If you're referring to the access token returned in the completion for that method, it is intended that this token be reused unless it is expired. When one of your...

You should be using an access token to authorize an API request, not the refresh token. The same access token will be returned by `performAction` until it has expired, at...

You're correct, I don't fully understand your initial explanation of the problem, and I'm asking questions to try and clarify.

I see, so you're occasionally encountering an error during the access token refresh request when calling `performAction` repeatedly. It's possible that, with your OAuth provider, the refresh token itself is...

Your OAuth provider would be the one occasionally rejecting the refresh token, correct?

Can you tell me who that OAuth provider is?

@nh7a I did, and will consider taking that step next.

Thanks for the contribution @zhuyinli, could you sign the [contributor agreements](https://github.com/openid/AppAuth-iOS/blob/master/CONTRIBUTING.md) so we can get this merged?

Could you confirm that you've executed both the Contributor License Agreement as well as the Working Group Contribution Agreement? I'm not seeing your name in the list of [executed](https://openid.net/intellectual-property/contribution-license-agreement/) [agreements](https://openid.net/executed-contribution-agreements/).