Package com.vonage.client.auth
Class BearerAuthMethod
java.lang.Object
com.vonage.client.auth.AbstractAuthMethod
com.vonage.client.auth.BearerAuthMethod
- All Implemented Interfaces:
AuthMethod,HeaderAuthMethod,Comparable<AuthMethod>
- Direct Known Subclasses:
JWTAuthMethod,NetworkAuthMethod
Base class for auth methods which use the
Authorization: Bearer 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
-
BearerAuthMethod
public BearerAuthMethod()
-
-
Method Details
-
getBearerToken
-
getHeaderValue
- Specified by:
getHeaderValuein interfaceHeaderAuthMethod
-