CreateParameters

fun CreateParameters(    email: String,     password: String,     sessionDurationMinutes: UInt = DEFAULT_SESSION_TIME_MINUTES)

Parameters

email

is the account identifier for the account in the form of an Email address that you wish to use for account creation

password

is your private sequence of characters you wish to use when authenticating with the newly created account in the future

sessionDurationMinutes

indicates how long the session should last before it expires