Searched refs:create_unsigned_compact (Results 1 – 4 of 4) sorted by relevance
258 _jwt_format.create_unsigned_compact('RS256', None, raw_jwt),275 unsigned_compact = _jwt_format.create_unsigned_compact(299 unsigned_compact = _jwt_format.create_unsigned_compact(
75 unsigned = _jwt_format.create_unsigned_compact(self._algorithm, kid,
198 def create_unsigned_compact(algorithm: str, kid: Optional[str], function
93 unsigned = _jwt_format.create_unsigned_compact(self._algorithm, kid,