Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Docstrings on issuer/client_id properties
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Gliech <[email protected]>
  • Loading branch information
sandhose committed Sep 16, 2022
1 parent dc611eb commit 89c5216
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions synapse/handlers/oidc.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,10 +514,12 @@ def _uses_userinfo(self) -> bool:

@property
def issuer(self) -> str:
"""The issuer identifying this provider."""
return self._config.issuer

@property
def client_id(self) -> str:
"""The client_id used when interacting with this provider."""
return self._config.client_id

async def load_metadata(self, force: bool = False) -> OpenIDProviderMetadata:
Expand Down

0 comments on commit 89c5216

Please sign in to comment.