Package com.vonage.client.auth
package com.vonage.client.auth
Provides support for the various authentication methods supported by different Vonage APIs.
-
ClassDescriptionBase class for all AuthMethod implementations.Signifies that the auth method has an API key.API key and secret in the header.API key and secret in query parameters.Internal class, managing a collection of
AuthMethods.Base class for auth methods which use theAuthorization: Basicheader.Base class for auth methods which use theAuthorization: Bearerheader.Interface for auth methods which use theAuthorization:header.Represents a no-op AuthMethod, for when no authentication is necessary.Auth methods that are appended to the request's query parameters.Represents query parameters in a HTTP request without depending on a specific implementation.A helper class for generating or verifying MD5 signatures when signing REST requests for submission to Vonage.