java.lang.Object
io.getlime.security.powerauth.app.tppengine.model.request.CreateTppAppRequest

public class CreateTppAppRequest
extends Object
Author:
Petr Dvorak, petr@wultra.com
  • Constructor Details

    • CreateTppAppRequest

      public CreateTppAppRequest()
  • Method Details

    • getAppName

      public String getAppName()
    • setAppName

      public void setAppName​(String appName)
    • getAppDescription

      public String getAppDescription()
    • setAppDescription

      public void setAppDescription​(String appDescription)
    • getAppType

      public String getAppType()
    • setAppType

      public void setAppType​(String appType)
    • getTppName

      public String getTppName()
    • setTppName

      public void setTppName​(String tppName)
    • getTppLicense

      public String getTppLicense()
    • setTppLicense

      public void setTppLicense​(String tppLicense)
    • getTppWebsite

      public String getTppWebsite()
    • setTppWebsite

      public void setTppWebsite​(String tppWebsite)
    • getTppAddress

      public String getTppAddress()
    • setTppAddress

      public void setTppAddress​(String tppAddress)
    • getRedirectUris

      public String[] getRedirectUris()
    • setRedirectUris

      public void setRedirectUris​(String[] redirectUris)
    • getScopes

      public String[] getScopes()
    • setScopes

      public void setScopes​(String[] scopes)