jam.jose.lists.base¶
__base__
¶
Classes:
| Name | Description |
|---|---|
BaseJWTList |
Abstract class for lists manipulation. |
BaseJWTList
¶
Bases: ABC
Abstract class for lists manipulation.
Methods:
| Name | Description |
|---|---|
add |
Add a single token to the list. |
add_many |
Add multiple tokens to the list. |
check |
Check if a token is present in the list. |
check_many |
Check multiple tokens in the list. |
delete |
Remove a single token from the list. |
delete_many |
Remove multiple tokens from the list. |