Package com.vonage.client.auth
Class NoAuthMethod
java.lang.Object
com.vonage.client.auth.AbstractAuthMethod
com.vonage.client.auth.NoAuthMethod
- All Implemented Interfaces:
AuthMethod,Comparable<AuthMethod>
Represents a no-op AuthMethod, for when no authentication is necessary.
- Since:
- 8.9.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vonage.client.auth.AbstractAuthMethod
equals, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vonage.client.auth.AuthMethod
compareTo
-
Constructor Details
-
NoAuthMethod
public NoAuthMethod()
-
-
Method Details
-
getSortKey
-