We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5609e3a commit 6713930Copy full SHA for 6713930
Sources/Flows/OAuth2.swift
@@ -352,7 +352,7 @@ open class OAuth2: OAuth2Base {
352
/**
353
If there is a refresh token, use it to receive a fresh access token.
354
355
- If the request returns an error, the refresh token is thrown away.
+ If the request returns an client error, the refresh token is thrown away.
356
357
- parameter params: Optional key/value pairs to pass during token refresh
358
- parameter callback: The callback to call after the refresh token exchange has finished
0 commit comments