AuthenticateParams

data class AuthenticateParams(val ssoToken: String, val sessionDurationMinutes: UInt = Constants.DEFAULT_SESSION_TIME_MINUTES)

Data class used for wrapping parameters used in SSO Authenticate calls

Constructors

Link copied to clipboard
fun AuthenticateParams(ssoToken: String, sessionDurationMinutes: UInt = Constants.DEFAULT_SESSION_TIME_MINUTES)

Properties

Link copied to clipboard
val sessionDurationMinutes: UInt

indicates how long the session should last before it expires

Link copied to clipboard
val ssoToken: String

the SSO token to authenticate