Skip to content
Snippets Groups Projects

Feature/update docstrings

Merged Karel van Klink requested to merge feature/update-docstrings into develop
All threads resolved!
25 files
+ 189
153
Compare changes
  • Side-by-side
  • Inline
Files
25
+ 1
1
@@ -43,7 +43,7 @@ def ensure_openid_config_loaded(func: Callable) -> Callable:
@@ -43,7 +43,7 @@ def ensure_openid_config_loaded(func: Callable) -> Callable:
class OIDCAuthentication(OIDCAuth):
class OIDCAuthentication(OIDCAuth):
"""OIDCUser class extends the ``HTTPBearer`` class to do extra verification.
"""OIDCUser class extends the `HTTPBearer` class to do extra verification.
The class will act as follows: Validate the Credentials at the AAI proxy by calling the UserInfo endpoint.
The class will act as follows: Validate the Credentials at the AAI proxy by calling the UserInfo endpoint.
"""
"""
Loading