videosphere
Preparing search index...
lib/repositories/connected-accounts
CreateConnectedAccountData
Interface CreateConnectedAccountData
Defines the shape of create connected account data.
interface
CreateConnectedAccountData
{
userId
:
string
;
platform
:
ConnectedAccountPlatform
;
accessToken
:
string
;
refreshToken
:
string
;
tokenExpiry
:
string
;
platformUserId
:
string
;
platformName
:
string
;
sftpHost
?:
string
;
sftpPort
?:
number
;
sftpRemotePath
?:
string
;
sftpAuthMethod
?:
SftpAuthMethod
;
sftpHostKeyFingerprint
?:
string
;
smbHost
?:
string
;
smbShare
?:
string
;
smbDomain
?:
string
;
smbRemotePath
?:
string
;
googleDriveBackupFolderPath
?:
string
;
facebookTargetType
?:
"page"
|
"profile"
;
facebookPageId
?:
string
;
}
Index
Properties
user
Id
platform
access
Token
refresh
Token
token
Expiry
platform
User
Id
platform
Name
sftp
Host?
sftp
Port?
sftp
Remote
Path?
sftp
Auth
Method?
sftp
Host
Key
Fingerprint?
smb
Host?
smb
Share?
smb
Domain?
smb
Remote
Path?
google
Drive
Backup
Folder
Path?
facebook
Target
Type?
facebook
Page
Id?
Properties
user
Id
userId
:
string
platform
platform
:
ConnectedAccountPlatform
access
Token
accessToken
:
string
refresh
Token
refreshToken
:
string
token
Expiry
tokenExpiry
:
string
platform
User
Id
platformUserId
:
string
platform
Name
platformName
:
string
Optional
sftp
Host
sftpHost
?:
string
Optional
sftp
Port
sftpPort
?:
number
Optional
sftp
Remote
Path
sftpRemotePath
?:
string
Optional
sftp
Auth
Method
sftpAuthMethod
?:
SftpAuthMethod
Optional
sftp
Host
Key
Fingerprint
sftpHostKeyFingerprint
?:
string
Optional
smb
Host
smbHost
?:
string
Optional
smb
Share
smbShare
?:
string
Optional
smb
Domain
smbDomain
?:
string
Optional
smb
Remote
Path
smbRemotePath
?:
string
Optional
google
Drive
Backup
Folder
Path
googleDriveBackupFolderPath
?:
string
Optional
facebook
Target
Type
facebookTargetType
?:
"page"
|
"profile"
Optional
facebook
Page
Id
facebookPageId
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
user
Id
platform
access
Token
refresh
Token
token
Expiry
platform
User
Id
platform
Name
sftp
Host
sftp
Port
sftp
Remote
Path
sftp
Auth
Method
sftp
Host
Key
Fingerprint
smb
Host
smb
Share
smb
Domain
smb
Remote
Path
google
Drive
Backup
Folder
Path
facebook
Target
Type
facebook
Page
Id
videosphere
Loading...
Defines the shape of create connected account data.