Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Throw Exception if OAuth is attempted (#42)
Temporary update to throw an exception if OAuth is attempted due to OOB deprecation: https://developers.googleblog.com/2022/02/making-oauth-flows-safer.html#disallowed-oob A new, approved OAuth flow will be added in the future. removed the getToken method and lines 317-324 so we don't demonstrate an unsupported approach + we avoid unreachable code.
- Loading branch information