Last active
March 5, 2024 09:08
-
-
Save Aaron2963/1654711b2c0686e4dd4b23723d3cc800 to your computer and use it in GitHub Desktop.
SecretCodeSet: 與各應用服務串接使用之金鑰碼、設定值
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"totp": { | |
"secret": "FDE393FE83ACAFEDAD3BC2931", | |
"timeOffset": -48392 | |
}, | |
"line": { | |
"accessToken": "xxxxxxx....", | |
"refreshToken": "xxxxxxx...." | |
}, | |
"lineNotify": { | |
"accessToken": "xxxxxxx...." | |
}, | |
"facebook": { | |
"accessToken": "xxxxxxx....", | |
"refreshToken": "xxxxxxx...." | |
}, | |
"google": { | |
"accessToken": "xxxxxxx....", | |
"refreshToken": "xxxxxxx...." | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
去掉id ,新增refreshToken 後,如下:
{
"totp": {
"secret": "FDE393FE83ACAFEDAD3BC2931",
"timeOffset": -48392
},
"line": {
"accessToken": "xxxxxxx....",
"refreshToken": "xxxxxxx...."
},
"lineNotify": {
"accessToken": "xxxxxxx...."
},
"facebook": {
"accessToken": "xxxxxxx....",
"refreshToken": "xxxxxxx...."
},
"google": {
"accessToken": "xxxxxxx....",
"refreshToken": "xxxxxxx...."
}
}