Package 

Class Auth.AuthOptions


  • 
    public class Auth.AuthOptions
    
                        

    Passes 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.

    • 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