All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wordnik.swagger.models.auth.SecuritySchemeDefinition Maven / Gradle / Ivy

The newest version!
package com.wordnik.swagger.models.auth;

public interface SecuritySchemeDefinition {
  String getType();
  void setType(String type);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy