SamVerschueren / ngx-api-gateway-client

AWS API Gateway Client for Angular
MIT License
8 stars 2 forks source link

Provide extra method 'onRefreshError' to handle error during refresh of tokens #7

Closed bartcallant closed 6 years ago

bartcallant commented 6 years ago

Sometimes an error occurred when the refresh of the tokens failed. In order to solve this an extra method was required.

The method is named 'onRefreshError' and will be called when the refresh request fails.