Skip to content

Commit

Permalink
fix: shorten docstring to be below max line length
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Griffin committed Oct 13, 2024
1 parent a70444d commit 6024411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/keycloak/keycloak_openid.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def auth_url(self, redirect_uri, scope="email", state="", nonce=""):
:type scope: str
:param state: State will be returned to the redirect_uri
:type state: str
:param nonce: Associates a Client session with an ID Token, and used to mitigate replay attacks
:param nonce: Associates a Client session with an ID Token to mitigate replay attacks
:type nonce: str
:returns: Authorization URL Full Build
:rtype: str
Expand Down Expand Up @@ -915,7 +915,7 @@ async def a_auth_url(self, redirect_uri, scope="email", state="", nonce=""):
:type scope: str
:param state: State will be returned to the redirect_uri
:type state: str
:param nonce: Associates a Client session with an ID Token, and used to mitigate replay attacks
:param nonce: Associates a Client session with an ID Token to mitigate replay attacks
:type nonce: str
:returns: Authorization URL Full Build
:rtype: str
Expand Down

0 comments on commit 6024411

Please sign in to comment.