appLinkUri abstract method
- String appLinkUri
Specifies the value of the appLinkUri
attribute in the enroll response sent
by the server.
The URL has the following format https://{instance}-app.mauth.nevis.cloud/open?dispatchTokenResponse=<dispatchTokenResponse>
.
IMPORTANT
You must provide either the appLinkUri
through this method, or
the whole response with the enrollResponse method. Only one of them can
be provided.
Params:
- appLinkUri: the URL contained in the
appLinkUri
attribute value.
Returns: an AuthCloudApiRegistration object.
Implementation
AuthCloudApiRegistration appLinkUri(String appLinkUri);