Confirm

com.mchange.feedletter.api.V0.RequestPayload.Subscription.Confirm
See theConfirm companion class
object Confirm extends Bouncer[Confirm]

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait Bouncer[Confirm]
class Object
trait Matchable
class Any
Show all
Self type
Confirm.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromQueryParams(queryParams: QueryParams): Confirm
def invite(subscriptionId: Long, secretSalt: String): Confirm
def noninvitationContentsBytes(req: Confirm): Seq[Byte]

Inherited methods

def assertInvitation(req: Confirm, secretSalt: String): Unit

Attributes

Inherited from:
Bouncer
def checkInvitation(req: Confirm, secretSalt: String): Boolean

Attributes

Inherited from:
Bouncer
def genInvitationBytes(req: Confirm, secretSalt: String): Seq[Byte]

Attributes

Inherited from:
Bouncer
def regenInvitation(req: Confirm, secretSalt: String): String

Attributes

Inherited from:
Bouncer