MCPcopy Index your code
hub / github.com/diffgram/diffgram / get_access_token_from_jwt

Method get_access_token_from_jwt

shared/auth/OIDCProvider.py:81–87  ·  view source on GitHub ↗

Extract the access token from given JWT :param jwt_data: :return:

(self, jwt_data: dict)

Source from the content-addressed store, hash-verified

79
80 @abc.abstractmethod
81 def get_access_token_from_jwt(self, jwt_data: dict):
82 """
83 Extract the access token from given JWT
84 :param jwt_data:
85 :return:
86 """
87 raise NotImplementedError
88
89 @abc.abstractmethod
90 def get_refresh_token_from_jwt(self, jwt_data: dict):

Callers 3

api_oidc_callbackFunction · 0.45
set_jwt_in_sessionFunction · 0.45
try_refreshing_tokensFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected