-
public class Auth.AuthOptionsPasses authentication-specific properties in authentication requests to Ably.Properties set using AuthOptions are used instead of the default values set when the client libraryis instantiated, as opposed to being merged with them.
-
-
Field Summary
Fields Modifier and Type Field Description public Auth.TokenCallbackauthCallbackpublic StringauthUrlpublic StringauthMethodpublic Stringkeypublic Stringtokenpublic Auth.TokenDetailstokenDetailspublic Array<Param>authHeaderspublic Array<Param>authParamspublic booleanqueryTimepublic booleanuseTokenAuth
-
Constructor Summary
Constructors Constructor Description Auth.AuthOptions()Default constructor Auth.AuthOptions(String key)Convenience constructor, to create an AuthOptions basedon the key string obtained from the application dashboard.
-
-
-
Constructor Detail
-
Auth.AuthOptions
Auth.AuthOptions()
Default constructor
-
Auth.AuthOptions
Auth.AuthOptions(String key)
Convenience constructor, to create an AuthOptions basedon the key string obtained from the application dashboard.- Parameters:
key- the full key string as obtained from the dashboard
-
-