class Invite
(source)
An invite code as defined by the Secure Scuttlebutt protocol guide.
See https://ssbc.github.io/scuttlebutt-protocol-guide/ for a detailed description of invites.
Invite(host: String, port: Int, identity: Identity, secretKey: SecretKey)
Default constructor |
fun host(): String |
|
fun identity(): Identity |
|
fun port(): Int |
|
fun secretKey(): SecretKey
The secret key the user may use while redeeming the invite to make the publisher follow them back. |
|
fun toCanonicalForm(): String
Provides the invite as a string that is understood by other Secure Scuttlebutt clients. |
|
fun toString(): String |