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

Skip to content

Commit c48a38f

Browse files
committed
Update angularOauth.js
Fixing documentation of extraParams argument for getTokenByPopup method.
1 parent 5eb25e1 commit c48a38f

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
@@ -121,7 +121,7 @@ angular.module('angularOauth', []).
121121
/**
122122
* Verifies an access token asynchronously.
123123
*
124-
* @param extraParams An access token received from the authorization server.
124+
* @param extraParams Additional params to be appended to the query string of the request.
125125
* @param popupOptions Settings for the display of the popup.
126126
* @returns {Promise} Promise that will be resolved when the authorization server has verified that the
127127
* token is valid, and we've verified that the token is passed back has audience that matches our client

0 commit comments

Comments
 (0)