-
public class ProtocolMessage.AuthDetailsContains the token string used to authenticate a client with Ably.
-
-
Field Summary
Fields Modifier and Type Field Description public StringaccessToken
-
Constructor Summary
Constructors Constructor Description ProtocolMessage.AuthDetails(String s)Creates AuthDetails object with provided authentication token string.
-
-
-
Constructor Detail
-
ProtocolMessage.AuthDetails
ProtocolMessage.AuthDetails(String s)
Creates AuthDetails object with provided authentication token string.- Parameters:
s- Authentication token string.
-
-