aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/tokens/oauth-client-local.model.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/tokens/oauth-client-local.model.ts')
-rw-r--r--shared/models/tokens/oauth-client-local.model.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/models/tokens/oauth-client-local.model.ts b/shared/models/tokens/oauth-client-local.model.ts
new file mode 100644
index 000000000..0c6ce6c5d
--- /dev/null
+++ b/shared/models/tokens/oauth-client-local.model.ts
@@ -0,0 +1,4 @@
1export interface OAuthClientLocal {
2 client_id: string
3 client_secret: string
4}