Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 24338b0

Browse files
committed
Added new claim definitions.
1 parent 1464025 commit 24338b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/oidcmsg/message.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,3 +1016,5 @@ def any_deser(val, sformat="urlencoded", lev=0):
10161016

10171017

10181018
SINGLE_OPTIONAL_ANY = (any, False, any_ser, any_deser, False)
1019+
REQUIRED_LIST_OF_DICTS = ([dict], True, list_serializer, list_deserializer, False)
1020+
OPTIONAL_LIST_OF_DICTS = ([dict], False, list_serializer, list_deserializer, False)

0 commit comments

Comments
 (0)