DeviceCodeFlow

soidc.core.DeviceCodeFlow
See theDeviceCodeFlow companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Config(deviceAuthorizationEndpoint: Uri, tokenEndpoint: Uri)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Config

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Config.type

Types

type DeviceFlowResult[F[_]] = Either[Error, (Success, F[TokenResponse])]

Value members

Concrete methods

def apply[F[_]](cfg: Config, client: HttpClient[F])(using evidence$1: Async[F], ByteDecoder[DeviceCodeResponse], ByteDecoder[TokenResponse]): DeviceCodeFlow[F]