object TapirAuth
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TapirAuth
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apiKey[T](input: Single[T], challenge: WWWAuthenticateChallenge = WWWAuthenticateChallenge("ApiKey")): Auth[T, ApiKey]
Reads authorization data from the given
input
. - final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def basic[T](challenge: WWWAuthenticateChallenge = WWWAuthenticateChallenge.basic)(implicit arg0: Codec[List[String], T, TextPlain]): Auth[T, Http]
Reads authorization data from the
Authorization
headers starting withBasic
, removing the prefix.Reads authorization data from the
Authorization
headers starting withBasic
, removing the prefix. To parse the data as a base64-encoded username/password combination, use:basic[UsernamePassword]
- See also
UsernamePassword
- def bearer[T](challenge: WWWAuthenticateChallenge = WWWAuthenticateChallenge.bearer)(implicit arg0: Codec[List[String], T, TextPlain]): Auth[T, Http]
Reads authorization data from the
Authorization
headers starting withBearer
, removing the prefix. - def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def http[T](authScheme: String, challenge: WWWAuthenticateChallenge)(implicit arg0: Codec[List[String], T, TextPlain]): Auth[T, Http]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object oauth2
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated