AuthenticateParameters

data class AuthenticateParameters(val data: Intent, val sessionDurationMinutes: UInt = Constants.DEFAULT_SESSION_TIME_MINUTES)

Data class used for wrapping parameters to authenticate a Google OneTap flow

Constructors

Link copied to clipboard
fun AuthenticateParameters(data: Intent, sessionDurationMinutes: UInt = Constants.DEFAULT_SESSION_TIME_MINUTES)

Properties

Link copied to clipboard
val data: Intent

is the resulting intent returned by the Google OneTap flow

Link copied to clipboard
val sessionDurationMinutes: UInt

indicates how long the session should last before it expires