diff --git a/README.md b/README.md index 051223462..d44bda865 100644 --- a/README.md +++ b/README.md @@ -589,6 +589,10 @@ self.authState?.performAction() { (accessToken, idToken, error) in } ``` +This also updates the AuthState object with current access, id, and refresh tokens. +If you are storing your AuthState in persistent storage, you should write the updated +copy in the callback to this method. + ### Custom User-Agents (iOS and macOS) Each OAuth flow involves presenting an external user-agent to the user, that