AuthParams

data class AuthParams(val sessionDurationMinutes: UInt? = null)

Data class used for wrapping parameters used with Sessions authentication

Constructors

Link copied to clipboard
constructor(sessionDurationMinutes: UInt? = null)

Properties

Link copied to clipboard

indicates how long the session should last before it expires