mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +00:00
Add Satisfactory using epic protocol
This commit is contained in:
parent
0bf6645921
commit
5f53d69454
3 changed files with 23 additions and 1 deletions
13
protocols/satisfactory.js
Normal file
13
protocols/satisfactory.js
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import Epic from './epic.js'
|
||||
|
||||
export default class satisfactory extends Epic {
|
||||
constructor () {
|
||||
super()
|
||||
|
||||
// OAuth2 credentials extracted from Satisfactory files.
|
||||
this.clientId = '02612880aa774fb28e3741d3e01501fd'
|
||||
this.clientSecret = '7ZP]vm+i.uoetw@RxqRXpod_RNyjPC-%GM#ac~Pc'
|
||||
this.deploymentId = '5aebeb30a7614270b4f40c0bc2fe7549'
|
||||
this.authByExternalToken = true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue