auth-backend: rename OAuthProvider to OAuthAdapter

This commit is contained in:
Patrik Oldsberg
2020-09-03 15:08:38 +02:00
parent fa32cee7ad
commit c8785b9ee0
13 changed files with 53 additions and 62 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ refer to the type documentation under
`plugins/auth-backend/src/providers/types.ts`.
There are currently two different classes for two authentication mechanisms that
implement this interface: an `OAuthProvider` for [OAuth](https://oauth.net/2/)
implement this interface: an `OAuthAdapter` for [OAuth](https://oauth.net/2/)
based mechanisms and a `SAMLAuthProvider` for
[SAML](http://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-tech-overview-2.0.html)
based mechanisms.