Package

com.github.dakatsuka.akka.http.oauth2

client

Permalink

package client

Visibility
  1. Public
  2. All

Type Members

  1. case class AccessToken(accessToken: String, tokenType: String, expiresIn: Int, refreshToken: Option[String]) extends Product with Serializable

    Permalink
  2. class Client extends ClientLike

    Permalink
  3. trait ClientLike extends AnyRef

    Permalink
  4. case class Config(clientId: String, clientSecret: String, site: URI, authorizeUrl: String = "/oauth/authorize", tokenUrl: String = "/oauth/token", tokenMethod: HttpMethod = HttpMethods.POST) extends ConfigLike with Product with Serializable

    Permalink
  5. trait ConfigLike extends AnyRef

    Permalink
  6. sealed abstract class GrantType extends AnyRef

    Permalink

Value Members

  1. object AccessToken extends JsonUnmarshaller with Serializable

    Permalink
  2. object Error

    Permalink
  3. object GrantType

    Permalink
  4. package strategy

    Permalink
  5. package utils

    Permalink

Ungrouped