challenge

object challenge extends Attr

A challenge string that is submitted along with the public key. Defaults to an empty string if not specified.

trait Attr
class Object
trait Matchable
class Any

Type members

Classlikes

object tag extends TagElement

Inherited types

type supports[T <: Tag] = AttrPair[attrType] => AttrPair[tagType]
Inherited from
Attr

Value members

Concrete methods

@inline
def :=(v: String): AttrPair[_challenge_attr]
@inline
def :=(v: Option[String]): OptionalAttrPair[_challenge_attr]