Packages

case class Oauth2[T](authorizationUrl: String, tokenUrl: String, scopes: ListMap[String, String], refreshUrl: Option[String] = None, input: Single[T], challenge: WWWAuthenticate, securitySchemeName: Option[String]) extends Auth[T] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Auth[T], Single[T], EndpointInput[T], EndpointTransput[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Oauth2
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Auth
  7. Single
  8. EndpointInput
  9. EndpointTransput
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Oauth2(authorizationUrl: String, tokenUrl: String, scopes: ListMap[String, String], refreshUrl: Option[String] = None, input: Single[T], challenge: WWWAuthenticate, securitySchemeName: Option[String])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def /[U, TU](other: EndpointInput[U])(implicit concat: typelevel.ParamConcat.Aux[T, U, TU]): EndpointInput[TU]
    Definition Classes
    EndpointInput
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def and[U, TU](other: EndpointInput[U])(implicit concat: typelevel.ParamConcat.Aux[T, U, TU]): EndpointInput[TU]
    Definition Classes
    EndpointInput
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val authorizationUrl: String
  8. val challenge: WWWAuthenticate
    Definition Classes
    Oauth2Auth
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. val input: Single[T]
    Definition Classes
    Oauth2Auth
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def map[U](mapping: Mapping[T, U]): Oauth2[U]
    Definition Classes
    Oauth2EndpointTransput
  15. def map[U](f: (T) ⇒ U)(g: (U) ⇒ T): ThisType[U]
    Definition Classes
    EndpointTransput
  16. def mapDecode[U](f: (T) ⇒ DecodeResult[U])(g: (U) ⇒ T): ThisType[U]
    Definition Classes
    EndpointTransput
  17. def mapTo[COMPANION, CASE_CLASS <: Product](c: COMPANION)(implicit fc: FnComponents[COMPANION, T, CASE_CLASS]): ThisType[CASE_CLASS]
    Definition Classes
    EndpointTransput
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. val refreshUrl: Option[String]
  22. def requiredScopes(requiredScopes: Seq[String]): ScopedOauth2[T]
  23. val scopes: ListMap[String, String]
  24. def securitySchemeName(name: String): Oauth2[T]
    Definition Classes
    Oauth2Auth
  25. val securitySchemeName: Option[String]
    Definition Classes
    Oauth2Auth
  26. def show: String
    Definition Classes
    Oauth2EndpointTransput
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. val tokenUrl: String
  29. def validate(v: Validator[T]): ThisType[T]
    Definition Classes
    EndpointTransput
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Auth[T]

Inherited from Single[T]

Inherited from EndpointInput[T]

Inherited from EndpointTransput[T]

Inherited from AnyRef

Inherited from Any

Ungrouped