Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb25e1 commit c48a38fCopy full SHA for c48a38f
src/js/angularOauth.js
@@ -121,7 +121,7 @@ angular.module('angularOauth', []).
121
/**
122
* Verifies an access token asynchronously.
123
*
124
- * @param extraParams An access token received from the authorization server.
+ * @param extraParams Additional params to be appended to the query string of the request.
125
* @param popupOptions Settings for the display of the popup.
126
* @returns {Promise} Promise that will be resolved when the authorization server has verified that the
127
* token is valid, and we've verified that the token is passed back has audience that matches our client
0 commit comments