oauth.$provider.discovery.authenticate() wraps the Authenticate Discovery OAuth API endpoint which validates the OAuth token passed in. If this method succeeds, the token will be stored in the browser as a cookie.
Use one of the following methods to authenticate a Discovery OAuth token:
oauth.google.discovery.authenticate()oauth.microsoft.discovery.authenticate()oauth.hubspot.discovery.authenticate()oauth.slack.discovery.authenticate()oauth.github.discovery.authenticate()
Parameters
The Discovery OAuth token to authenticate.