Get application authentication token by ID
null
object responseProfile:object:KalturaBaseResponseProfile
abstract
objectType:string Enum: KalturaDetachedResponseProfile, KalturaResponseProfileHolder, KalturaResponseProfileKalturaBaseResponseProfile must also match any of:
object:KalturaDetachedResponseProfile object:KalturaResponseProfileHolder object:KalturaResponseProfile
Success
null
object:KalturaAppToken createdAt:integer
readOnly
Creation time as Unix timestamp (In seconds)
description:string expiry:integer Expiry time of current token (unix timestamp in seconds)
hashType:string Enum: MD5 [MD5], SHA1 [SHA1], SHA256 [SHA256], SHA512 [SHA512]Enum Type:
KalturaAppTokenHashType
id:string
readOnly
The id of the application token
partnerId:integer
readOnly
sessionDuration:integer Expiry duration of KS (Kaltura Session) that created using the current token (in seconds)
sessionPrivileges:string Comma separated privileges to be applied on KS (Kaltura Session) that created using the current token
sessionType:integer Enum: USER [0], ADMIN [2]Enum Type:
KalturaSessionType
Type of KS (Kaltura Session) that created using the current token
sessionUserId:string User id of KS (Kaltura Session) that created using the current token
status:integer Enum: DISABLED [1], ACTIVE [2], DELETED [3]
readOnly
Enum Type:
KalturaAppTokenStatus
Application token status
token:string
readOnly
The application token
updatedAt:integer
readOnly
Update time as Unix timestamp (In seconds)