AWSConnectParticipantTokenCredentials
Objective-C
@interface AWSConnectParticipantTokenCredentials
Swift
class AWSConnectParticipantTokenCredentials
The credentials used by the participant.
-
The expiration of the token. It’s specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable expiry;
Swift
var expiry: String? { get set }
-
The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable participantToken;
Swift
var participantToken: String? { get set }