AuthParameters

fun AuthParameters(    organizationId: String,     emailAddress: String,     password: String,     sessionDurationMinutes: UInt = Constants.DEFAULT_SESSION_TIME_MINUTES)