Packages

final class SecurityScheme extends Serializable

Source
OpenApi.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SecurityScheme
  2. Serializable
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val bearerFormat: Option[String]
  2. val description: Option[String]
  3. def equals(other: Any): Boolean
    Definition Classes
    SecurityScheme → AnyRef → Any
  4. def hashCode(): Int
    Definition Classes
    SecurityScheme → AnyRef → Any
  5. val in: Option[String]
  6. val name: Option[String]
  7. val scheme: Option[String]
  8. def toString(): String
    Definition Classes
    SecurityScheme → AnyRef → Any
  9. val type: String
  10. def withBearerFormat(bearerFormat: Option[String]): SecurityScheme
  11. def withDescription(description: Option[String]): SecurityScheme
  12. def withIn(in: Option[String]): SecurityScheme
  13. def withName(name: Option[String]): SecurityScheme
  14. def withScheme(scheme: Option[String]): SecurityScheme
  15. def withType(tpe: String): SecurityScheme