build method

dynamic build()

Implementation

build() {
  return new FaceSessionConfiguration(
      this.authorizationToken,
      this.sessionId,
      this.nonce,
      this.isRootedDeviceAllowed,
      this.isSecuredWindowsDisabled,
      this.minimumMatchLevel,
      this.maxAttempts,
      this.isReturnDataForIncompleteSession,
      this.appearanceMode,isAllowClosedEyes);

}