Package com.vonage.client.auth.camara
Class BackendAuthRequest
java.lang.Object
com.vonage.client.auth.camara.AuthRequest
com.vonage.client.auth.camara.BackendAuthRequest
- All Implemented Interfaces:
QueryParamsRequest
Back-End auth request parameters for the first step in an OAuth2 three-legged check workflow.
-
Constructor Summary
ConstructorsConstructorDescriptionBackendAuthRequest(String msisdn, FraudPreventionDetectionScope scope) Creates the parameters for a Back-End Authorization OIDC request. -
Method Summary
Methods inherited from class com.vonage.client.auth.camara.AuthRequest
makeParams
-
Constructor Details
-
BackendAuthRequest
Creates the parameters for a Back-End Authorization OIDC request.- Parameters:
msisdn- The phone number of the user you want to authenticate in E.164 format.scope- The scope of the request as an enum.
-