Package com.vonage.client.auth
Class BasicAuthMethod
java.lang.Object
com.vonage.client.auth.AbstractAuthMethod
com.vonage.client.auth.BasicAuthMethod
- All Implemented Interfaces:
AuthMethod,HeaderAuthMethod,Comparable<AuthMethod>
- Direct Known Subclasses:
ApiKeyHeaderAuthMethod
Base class for auth methods which use the
Authorization: Basic header.- Since:
- 8.8.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, getSortKey
-
Constructor Details
-
BasicAuthMethod
public BasicAuthMethod()
-
-
Method Details
-
getBasicToken
-
getHeaderValue
- Specified by:
getHeaderValuein interfaceHeaderAuthMethod
-