Browse Source

fix: shorten docstring to be below max line length

pull/606/head
Greg Griffin 6 months ago
parent
commit
60244115ee
  1. 4
      src/keycloak/keycloak_openid.py

4
src/keycloak/keycloak_openid.py

@ -266,7 +266,7 @@ class KeycloakOpenID:
:type scope: str :type scope: str
:param state: State will be returned to the redirect_uri :param state: State will be returned to the redirect_uri
:type state: str :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 :type nonce: str
:returns: Authorization URL Full Build :returns: Authorization URL Full Build
:rtype: str :rtype: str
@ -915,7 +915,7 @@ class KeycloakOpenID:
:type scope: str :type scope: str
:param state: State will be returned to the redirect_uri :param state: State will be returned to the redirect_uri
:type state: str :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 :type nonce: str
:returns: Authorization URL Full Build :returns: Authorization URL Full Build
:rtype: str :rtype: str

Loading…
Cancel
Save