enrollResponse abstract method

AuthCloudApiRegistration enrollResponse(
  1. String enrollResponse
)

Specifies the response to the Authentication Cloud API enroll request.

IMPORTANT
You must provide either the whole response through this method, or the URL with the appLinkUri method. Only one of them can be provided.

Params:

  • enrollResponse: the enroll response in JSON format.

Returns: an AuthCloudApiRegistration object.

Implementation

AuthCloudApiRegistration enrollResponse(String enrollResponse);