videosphere
Preparing search index...
lib/platforms/types
PlatformUploadTokens
Interface PlatformUploadTokens
Defines the shape of platform upload tokens.
interface
PlatformUploadTokens
{
accessToken
:
string
;
refreshToken
?:
string
;
tokenExpiry
?:
string
;
}
Index
Properties
access
Token
refresh
Token?
token
Expiry?
Properties
access
Token
accessToken
:
string
Optional
refresh
Token
refreshToken
?:
string
Optional
token
Expiry
tokenExpiry
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access
Token
refresh
Token
token
Expiry
videosphere
Loading...
Defines the shape of platform upload tokens.