Package com.vonage.client.auth
Interface HeaderAuthMethod
- All Superinterfaces:
AuthMethod,Comparable<AuthMethod>
- All Known Implementing Classes:
ApiKeyHeaderAuthMethod,BasicAuthMethod,BearerAuthMethod,JWTAuthMethod,NetworkAuthMethod
Interface for auth methods which use the
Authorization: header.- Since:
- 8.8.0
-
Method Summary
Methods inherited from interface com.vonage.client.auth.AuthMethod
compareTo, getSortKey
-
Method Details
-
getHeaderValue
-