Uses of Enum Class
com.vonage.client.auth.camara.FraudPreventionDetectionScope
Packages that use FraudPreventionDetectionScope
-
Uses of FraudPreventionDetectionScope in com.vonage.client.auth.camara
Methods in com.vonage.client.auth.camara that return FraudPreventionDetectionScopeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static FraudPreventionDetectionScope[]FraudPreventionDetectionScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vonage.client.auth.camara with parameters of type FraudPreventionDetectionScopeModifierConstructorDescriptionprotectedAuthRequest(String msisdn, FraudPreventionDetectionScope scope) Creates the base auth request parameters.BackendAuthRequest(String msisdn, FraudPreventionDetectionScope scope) Creates the parameters for a Back-End Authorization OIDC request.