Class IOS

java.lang.Object
com.auth0.json.mgmt.client.IOS

public class IOS extends Object
  • Constructor Details

    • IOS

      public IOS(String teamId, String appBundleIdentifier)
  • Method Details

    • getTeamId

      public String getTeamId()
      Getter for the identifier assigned to the account that signs and upload the app to the store.
      Returns:
      the team identifier.
    • setTeamId

      public void setTeamId(String teamId)
      Setter for the identifier assigned to the account that signs and upload the app to the store.
      Parameters:
      teamId - the team identifier to set.
    • getAppBundleIdentifier

      public String getAppBundleIdentifier()
      Getter for the unique identifier assigned by the developer to the app inside the store.
      Returns:
      the bundle identifier.
    • setAppBundleIdentifier

      public void setAppBundleIdentifier(String appBundleIdentifier)
      Setter for the unique identifier assigned by the developer to the app inside the store.
      Parameters:
      appBundleIdentifier - the bundle identifier to set.