Skip to content

Commit dbdce18

Browse files
committed
Rename method name to refreshIdpToken
1 parent 70adf6b commit dbdce18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/demo/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class TokenRefreshHandlerImpl {
159159
* Opens a popup to get a 3P ID token and Config ID from the user.
160160
* @returns {Promise<RefreshIdpTokenResult>} A promise that resolves with the result object.
161161
*/
162-
refreshToken() {
162+
refreshIdpToken() {
163163
log('inside here');
164164
console.log('inside handler - opening popup for 3p token');
165165

0 commit comments

Comments
 (0)