![]() |
AliyunPlayer v7.10.0
Aliyun Player API Reference Manual for iOS Platforms
|
STS information structure. More...
#include "AVPDef.h"
Public Attributes | |
| NSString * | accId |
| Access ID. | |
| NSString * | accSecret |
| Access secret. | |
| NSString * | formats |
| Formats. | |
| NSString * | region |
| Region. | |
| NSString * | token |
| Security token. | |
STS information structure.
Used to store credentials related to temporary security tokens.
Contains information such as access ID, access key, security token, region, and format, used for authentication and authorization to access Alibaba Cloud resources.
| NSString* _AVPStsInfo::accId |
Access ID.
The access key ID for authentication.
| NSString* _AVPStsInfo::accSecret |
Access secret.
The secret key for signing requests.
| NSString* _AVPStsInfo::formats |
Formats.
Specifies the media format, such as "mp4", "m3u8", etc.
| NSString* _AVPStsInfo::region |
Region.
Specifies the region where the resource is located.
| NSString* _AVPStsInfo::token |
Security token.
Temporary security token with validity period restrictions.