accessToken property
getter/setter pair
Allows a pre-authenticated client to dial with an authorization header. Direct dial will have the access token appended to the "Authorization: Bearer" header. WebRTC dial will append it to the signaling server communication
If enabled, other auth options have no affect. Eg. authEntity, credentials, externalAuthAddress, externalAuthToEntity
Implementation
String? accessToken;