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

public abstract class BearerAuthMethod extends AbstractAuthMethod implements HeaderAuthMethod
Base class for auth methods which use the Authorization: Bearer header.
Since:
8.8.0