Searched defs:jwt_hs256_template (Results 1 – 2 of 2) sorted by relevance
/external/tink/python/tink/jwt/ | ||
D | __init__.py | 48 jwt_hs256_template = _jwt_key_templates.jwt_hs256_template variable |
D | _jwt_key_templates.py | 75 def jwt_hs256_template() -> tink_pb2.KeyTemplate: function |