StandardAuthFlow

abstract
class StandardAuthFlow[V](conf: AuthCodeConf) extends DiscoveringAuthFlow[V] with LoginHint[IO]
trait LoginHint[IO]
trait AuthFlow[IO, Verified]
trait FlowStart[IO]
class Object
trait Matchable
class Any

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]): 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]]
Inherited from
CallbackValidator

Inherited fields

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