MCPcopy Index your code
hub / github.com/coder/coder / getAppSecrets

Function getAppSecrets

site/src/api/queries/oauth2.ts:77–82  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

75};
76
77export const getAppSecrets = (id: string) => {
78 return {
79 queryKey: appSecretsKey(id),
80 queryFn: () => API.getOAuth2ProviderAppSecrets(id),
81 };
82};
83
84export const postAppSecret = (queryClient: QueryClient) => {
85 return {

Callers

nothing calls this directly

Calls 1

appSecretsKeyFunction · 0.85

Tested by

no test coverage detected