AliyunPlayer v7.10.0
Aliyun Player API Reference Manual for iOS Platforms
Loading...
Searching...
No Matches
_AVPStsInfo Struct Reference

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.

Detailed Description

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.

Member Data Documentation

◆ accId

NSString* _AVPStsInfo::accId

Access ID.

The access key ID for authentication.

◆ accSecret

NSString* _AVPStsInfo::accSecret

Access secret.

The secret key for signing requests.

◆ formats

NSString* _AVPStsInfo::formats

Formats.

Specifies the media format, such as "mp4", "m3u8", etc.

◆ region

NSString* _AVPStsInfo::region

Region.

Specifies the region where the resource is located.

◆ token

NSString* _AVPStsInfo::token

Security token.

Temporary security token with validity period restrictions.


The documentation for this struct was generated from the following file: