build method

dynamic build()

@returns Intent with the configuration and the token needed to authorize the activity to recover the account

Implementation

build() {
  return new AccountRecoveryConfiguration(
      this.authorizationToken,
      this.enrollmentIdentifier,
      this.nonce,
      this.isRootedDeviceAllowed,
      this.isSecuredWindowsDisabled,
      this.minimumMatchLevel,
      this.maxAttempts,
      this.isReturnDataForIncompleteSession,
      this.appearanceMode,isAllowClosedEyes);
}