SDK Reference v2.0.0 / ParticipantAccessToken
ParticipantAccessToken
struct ParticipantAccessToken
Represents an access token for a single participant.
See documentation on Participant Tokens for more information about obtaining an access token.
Warning: Never expose a service token in a client application or to the SDK. Use participant tokens instead.
init(token:)
init(token: String)
Initializes an access token with a given token value.
Parameters
token
The token string, returned from an authentication provider.