Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c160ea9

Browse files
committed
Merge pull request #15 from chrisadams/master
Update angularOauth.js
2 parents 09bf497 + c48a38f commit c160ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/angularOauth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ angular.module('angularOauth', []).
128128
/**
129129
* Verifies an access token asynchronously.
130130
*
131-
* @param extraParams An access token received from the authorization server.
131+
* @param extraParams Additional params to be appended to the query string of the request.
132132
* @param popupOptions Settings for the display of the popup.
133133
* @returns {Promise} Promise that will be resolved when the authorization server has verified that the
134134
* token is valid, and we've verified that the token is passed back has audience that matches our client

0 commit comments

Comments
 (0)