StandardAuthFlow

abstract class StandardAuthFlow[F[_], V](conf: AuthCodeConf[F])(implicit evidence$3: Sync[F]) extends DiscoveringAuthFlow[F, V] with LoginHint[F]
trait LoginHint[F]
trait AuthFlow[F, Verified]
trait FlowStart[F]
class Object
trait Matchable
class Any
class EmailAuthFlow[F]

Value members

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

Inherited fields

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