Browse Source

fix: add types

pull/599/head
Marlene 7 months ago
parent
commit
0a52d3ab89
  1. 2
      src/keycloak/keycloak_openid.py

2
src/keycloak/keycloak_openid.py

@ -838,6 +838,7 @@ class KeycloakOpenID:
https://github.com/keycloak/keycloak-community/blob/main/design/oauth2-device-authorization-grant.md#how-to-try-it
:param scope: Scope of authorization request, split with the blank space
:type scope: str
:returns: Device Authorization Response
:rtype: dict
"""
@ -1481,6 +1482,7 @@ class KeycloakOpenID:
https://github.com/keycloak/keycloak-community/blob/main/design/oauth2-device-authorization-grant.md#how-to-try-it
:param scope: Scope of authorization request, split with the blank space
:type scope: str
:returns: Device Authorization Response
:rtype: dict
"""

Loading…
Cancel
Save