TwitterAuthFlow

class TwitterAuthFlow(conf: AuthConf, val http: HttpClient[IO]) extends FlowStart[IO]
Companion
object
trait FlowStart[IO]
class Object
trait Matchable
class Any

Type members

Classlikes

case
class Encodable(nonce: String, map: Map[String, String])

Value members

Concrete methods

def authTokenUrl(token: AccessToken): FullUrl
def requestToken(redirectUrl: FullUrl): IO[Either[OAuthError, AccessToken]]
def start(redirectUrl: FullUrl, extraParams: Map[String, String]): IO[Start]
def validateTwitterCallback(oauthToken: AccessToken, requestToken: AccessToken, oauthVerifier: String): IO[Either[OAuthError, TwitterUser]]

Inherited methods

protected
def commonAuthParams(authScope: String, redirectUrl: FullUrl, clientId: ClientId): Map[String, String]
Inherited from
FlowStart
def extraRedirParams(redirectUrl: FullUrl): Map[String, String]
Inherited from
FlowStart

Concrete fields

val accessTokenUrl: FullUrl
val baseUrl: FullUrl
val brandName: String
val http: HttpClient[IO]
val requestTokenUrl: FullUrl
val userInfoUrl: FullUrl