EmailAuthFlow

class EmailAuthFlow(conf: AuthCodeConf) extends StandardAuthFlow[Email]
Companion:
object
class StandardAuthFlow[Email]
trait LoginHint[IO]
class DiscoveringAuthFlow[Email]
trait AuthFlow[IO, Verified]
trait FlowStart[IO]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def parse(v: Verified): Either[JWTError, Email]
Definition Classes

Inherited methods

def checkNonce(idToken: IdToken, verified: Verified, requestNonce: Option[String]): Either[JWTError, Verified]
Inherited from:
DiscoveringAuthFlow
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:
DiscoveringAuthFlow
def startHinted(redirectUrl: FullUrl, loginHint: Option[String], extraParams: Map[String, String]): IO[Start]
Inherited from:
LoginHint
override def validate(code: Code, redirectUrl: FullUrl, requestNonce: Option[String]): IO[Either[AuthError, Verified]]
Definition Classes
Inherited from:
DiscoveringAuthFlow
Inherited from:
CallbackValidator

Inherited fields

val brandName: String
Inherited from:
DiscoveringAuthFlow
val http: HttpClient[IO]
Inherited from:
DiscoveringAuthFlow