Django Shared Core
3.0
Index
Migrating
cdh
Django Shared Core
»
Module code
»
cdh.rest.server.token_algorithms
Source code for cdh.rest.server.token_algorithms
import
enum
[docs]
class
Algorithms
(
enum
.
Enum
):
SHA
=
'HS512'
RSA
=
'RSA512'