package oauth2
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- oauth2
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class Authorized extends AnyRef
- case class JwtCookie(name: String, domain: String, algorithm: Algorithm = ..., expiration: FiniteDuration = 7.days) extends Product with Serializable
- trait OAuth2[Token] extends AnyRef
- implicit final class TryConvert extends AnyVal
Value Members
-
final
def
base64Decode(v: String): String
- Annotations
- @inline()
-
final
def
base64Encode(v: String): String
- Annotations
- @inline()
- final def complainIllegalResponse[T](pf: PartialFunction[HttpResponse, T])(implicit mat: Materializer): (HttpResponse) ⇒ T
- object Authorized
- object Content
-
object
FreshToken
+------------------------------------------------+ | | | +------+ +------+ | | | | ~ Future[HttpResponse] ~> | | ~ Future[HttpResponse] ~> | | flow | | bidi | | | | | <~(Future[T], HttpRequest)~ | | <~ HttpRequest ~ | +------+ +------+ | | | +------------------------------------------------+
- See also
akka.stream.scaladsl.Flow#join(akka.stream.Graph)
- object Guard