fix little docstring typo
This commit is contained in:
parent
c06bf43f22
commit
76c169e73e
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ def default_after_end_session_hook(
|
|||
|
||||
def default_idtoken_processing_hook(id_token, user):
|
||||
"""
|
||||
Hook to perform some additional actions ti `id_token` dictionary just before serialization.
|
||||
Hook to perform some additional actions to `id_token` dictionary just before serialization.
|
||||
|
||||
:param id_token: dictionary contains values that going to be serialized into `id_token`
|
||||
:type id_token: dict
|
||||
|
|
Loading…
Reference in a new issue