Interface PowerAuthApplicationConfiguration


public interface PowerAuthApplicationConfiguration
Interface providing method for PowerAuth behavior high-level customization.
Author:
Petr Dvorak, petr@wultra.com
  • Method Summary

    Modifier and Type Method Description
    Map<String,​Object> statusServiceCustomObject()
    In order to minimize number of up-front request, /pa/activation/status end-point may return any custom state-less object with an information about the service (such as current timestamp, service outage info, etc.).
  • Method Details

    • statusServiceCustomObject

      Map<String,​Object> statusServiceCustomObject()
      In order to minimize number of up-front request, /pa/activation/status end-point may return any custom state-less object with an information about the service (such as current timestamp, service outage info, etc.). Default implementation may simply return null.
      Returns:
      Custom object with state-less information about the API server status.