FacebookAuthFlow

class FacebookAuthFlow(authConf: AuthConf, http: HttpClient[[A] =>> IO[A]]) extends StaticFlowStart with CallbackValidator[Email]
Companion
object
trait CallbackValidator[Email]
trait FlowStart[[A] =>> IO[A]]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def validate(code: Code, redirectUrl: FullUrl, requestNonce: Option[String]): IO[Either[AuthError, Email]]
Definition Classes

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
override def start(redirectUrl: FullUrl, extraParams: Map[String, String]): IO[Start]
Definition Classes
Inherited from
StaticFlowStart
def validateCallback(cb: Callback): IO[Either[AuthError, Email]]
Inherited from
CallbackValidator

Concrete fields

val brandName: String