All Known Implementing Classes:
HttpOptions, JWTAuthOptions, JWTOptions, OAuth2Options, PubSecKeyOptions

public interface Options
An Options object is used for configuration purpose.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.json.JSONObject
    Convert all configuration information to JSON format.
  • Method Details

    • toJSON

      org.json.JSONObject toJSON()
      Convert all configuration information to JSON format.
      Returns:
      a JSON object.