Uses of Class
com.vonage.client.auth.AuthCollection
Packages that use AuthCollection
Package
Description
The root of the Vonage client library, containing
VonageClient class, which is probably what
you want.-
Uses of AuthCollection in com.vonage.client
Methods in com.vonage.client that return AuthCollectionModifier and TypeMethodDescriptionHttpWrapper.getAuthCollection()Gets the authentication settings used by the client.Methods in com.vonage.client with parameters of type AuthCollectionModifier and TypeMethodDescriptionvoidHttpWrapper.setAuthCollection(AuthCollection authCollection) Deprecated.Constructors in com.vonage.client with parameters of type AuthCollectionModifierConstructorDescriptionHttpWrapper(AuthCollection authCollection) HttpWrapper(HttpConfig httpConfig, AuthCollection authCollection)