Skip to content

Commit

Permalink
Fix OIDC event casing
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Dec 10, 2021
1 parent 55d77e6 commit cbdd1ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions openeo.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,8 @@ declare module OpenEO {
* Adds a listener to one of the following events:
*
* - AccessTokenExpiring: Raised prior to the access token expiring.
* - accessTokenExpired: Raised after the access token has expired.
* - silentRenewError: Raised when the automatic silent renew has failed.
* - AccessTokenExpired: Raised after the access token has expired.
* - SilentRenewError: Raised when the automatic silent renew has failed.
*
* @param {string} event
* @param {Function} callback
Expand Down
4 changes: 2 additions & 2 deletions src/oidcprovider.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ class OidcProvider extends AuthProvider {
* Adds a listener to one of the following events:
*
* - AccessTokenExpiring: Raised prior to the access token expiring.
* - accessTokenExpired: Raised after the access token has expired.
* - silentRenewError: Raised when the automatic silent renew has failed.
* - AccessTokenExpired: Raised after the access token has expired.
* - SilentRenewError: Raised when the automatic silent renew has failed.
*
* @param {string} event
* @param {Function} callback
Expand Down

0 comments on commit cbdd1ed

Please sign in to comment.