Builder

class Builder

A mutable builder used to construct UserInfo instances

Constructors

Link copied to clipboard
constructor()

Initialize an empty UserInfo builder

Properties

Link copied to clipboard

Gets or sets the password as a decoded string

Link copied to clipboard

Gets or sets the username as a decoded string

Link copied to clipboard

Gets or sets the password as an encoded string

Link copied to clipboard

Gets or sets the username as an encoded string

Functions

Link copied to clipboard

Build a new UserInfo from the currently-configured builder values

Link copied to clipboard
fun copyFrom(other: UserInfo)

Copies the state from other into this builder. All existing state is overwritten.