Class AuthorizationDetails

java.lang.Object
com.auth0.json.mgmt.resourceserver.AuthorizationDetails

public class AuthorizationDetails extends Object
Class that represents the authorization details associated with a ResourceServer
  • Constructor Details

    • AuthorizationDetails

      public AuthorizationDetails(String type)
      Create a new instance.
      Parameters:
      type - the value of the type field.
  • Method Details

    • getType

      public String getType()
      Returns:
      the value of the type field