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

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

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

public class BasicAuthDefinition implements SecuritySchemeDefinition {
  private String type = "basic";

  public BasicAuthDefinition () { }

  public String getType() {
    return type;
  }
  public void setType(String type) {
    this.type = type;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy