We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using this in an iOS app, and need to be updated when the token is refreshed.
I see there are the GAppAuth.shared.stateChangeCallback and GAppAuth.shared.errorCallback, but I can't quit work out how to use them.
Does anyone have any pointers?
Thanks
Gareth
The text was updated successfully, but these errors were encountered:
@gazzer82 These are standard swift callbacks e.g.
GAppAuth.shared.stateChangeCallback = { state -> Void in } GAppAuth.shared.errorCallback = { state, err -> Void in }
Please let me know if this doesn't answer the question, thanks!
Sorry, something went wrong.
No branches or pull requests
I am using this in an iOS app, and need to be updated when the token is refreshed.
I see there are the GAppAuth.shared.stateChangeCallback and GAppAuth.shared.errorCallback, but I can't quit work out how to use them.
Does anyone have any pointers?
Thanks
Gareth
The text was updated successfully, but these errors were encountered: