You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a few specific implementations where I need to override some of the methods and extend OAuthService. Is there a specific reason why all the properties are private instead of protected? For instance I'd like to override loadJwks or loadDiscoveryDocument without having to copy a lot of the other code. Unfortunately I have some services that use proprietary crap that breaks normal oidc flows. I mean I suppose I could fork the repo and switch them all for myself but I'm mostly just curious what they are private instead of protected?
The text was updated successfully, but these errors were encountered:
I have a few specific implementations where I need to override some of the methods and extend OAuthService. Is there a specific reason why all the properties are private instead of protected? For instance I'd like to override loadJwks or loadDiscoveryDocument without having to copy a lot of the other code. Unfortunately I have some services that use proprietary crap that breaks normal oidc flows. I mean I suppose I could fork the repo and switch them all for myself but I'm mostly just curious what they are private instead of protected?
The text was updated successfully, but these errors were encountered: