Uses of Class
com.vonage.client.auth.VonageUnacceptableAuthException
Packages that use VonageUnacceptableAuthException
Package
Description
The root of the Vonage client library, containing
VonageClient class, which is probably what
you want.Provides support for the various authentication methods supported by different Vonage APIs.
-
Uses of VonageUnacceptableAuthException in com.vonage.client
Methods in com.vonage.client that throw VonageUnacceptableAuthExceptionModifier and TypeMethodDescriptionVonageClient.generateJwt()Generate a JWT for the application the client has been configured with. -
Uses of VonageUnacceptableAuthException in com.vonage.client.auth
Methods in com.vonage.client.auth that throw VonageUnacceptableAuthExceptionModifier and TypeMethodDescriptionAuthCollection.getAcceptableAuthMethod(Set<Class<? extends AuthMethod>> acceptableAuthMethodClasses) Obtain anAuthMethodinstance for a set of acceptable AuthMethod classes.<T extends AuthMethod>
TObtain an AuthMethod of type T, if one is contained in this collection.