MCPcopy Create free account
hub / github.com/StackStorm/st2 / __init__

Method __init__

st2api/st2api/controllers/v1/auth.py:54–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52 query_options = {"sort": ["user"]}
53
54 def __init__(self):
55 super(ApiKeyController, self).__init__()
56 self.get_one_db_method = ApiKey.get_by_key_or_id
57
58 def get_one(self, api_key_id_or_key, requester_user, show_secrets=None):
59 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected