Class FlowVerifyMFA
java.lang.Object
cloud.pangeacyber.pangea.Client
cloud.pangeacyber.pangea.authn.clients.FlowVerifyMFA
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomplete(FlowVerifyMFACompleteRequest request) start(String flowID, MFAProvider mfaProvider) Methods inherited from class cloud.pangeacyber.pangea.Client
buildClient, buildPostRequest, doPost, fillPostHeaders, setCustomHeaders, setCustomUserAgent
-
Field Details
-
serviceName
- See Also:
-
-
Constructor Details
-
FlowVerifyMFA
-
-
Method Details
-
complete
public FlowVerifyMFACompleteResponse complete(FlowVerifyMFACompleteRequest request) throws PangeaException, PangeaAPIException - Throws:
PangeaExceptionPangeaAPIException
-
start
public FlowVerifyMFAStartResponse start(String flowID, MFAProvider mfaProvider) throws PangeaException, PangeaAPIException - Throws:
PangeaExceptionPangeaAPIException
-