Skip to content

Commit 9761bad

Browse files
committed
fix(revoketokenandlogout): 'customParameters' should accept boolean
1 parent 8d152c2 commit 9761bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/lib/src/oauth-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2592,7 +2592,7 @@ export class OAuthService extends AuthConfig implements OnDestroy {
25922592
* up any security credentials associated with the authorization
25932593
*/
25942594
public revokeTokenAndLogout(
2595-
customParameters: object = {},
2595+
customParameters: boolean | object = {},
25962596
ignoreCorsIssues = false
25972597
): Promise<any> {
25982598
let revokeEndpoint = this.revocationEndpoint;

0 commit comments

Comments
 (0)