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

Commit 07ad50d

Browse files
committed
Extra client_db documentation line.
1 parent bef7365 commit 07ad50d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/contents/conf.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ keeping registered clients in the session database makes total sense.
169169
The class you reference in the specification MUST be a subclass of
170170
oidcmsg.storage.DictType and have some of the methods a dictionary has.
171171

172+
Note also that this class MUST support the dump and load methods as defined
173+
in :py:class:`oidcmsg.impexp.ImpExp`.
174+
172175
An example::
173176

174177
client_db: {

0 commit comments

Comments
 (0)