This website requires JavaScript.
Explore
Help
Sign In
forks
/
peertube
Watch
1
Star
0
Fork
You've already forked peertube
0
Code
Releases
Activity
bdd428a6d9
peertube
/
shared
/
models
/
oauth-client-local.model.ts
5 lines
82 B
TypeScript
Raw
Normal View
History
Unescape
Escape
ClientLocal -> OAuthClientLocal
2017-06-25 11:44:19 -04:00
export
interface
OAuthClientLocal
{
Share models between server and client
2017-06-17 05:28:11 -04:00
client_id
:
string
client_secret
:
string
}
Copy permalink