AuthParameters

fun AuthParameters(    token: String,     methodId: String,     sessionDurationMinutes: UInt = DEFAULT_SESSION_TIME_MINUTES)

Parameters

token

the value sent to the user via the otp delivery method

methodId

the identifier returned from the corresponding loginOrCreate method

sessionDurationMinutes

indicates how long the session should last before it expires