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

Parameters

data

is the resulting intent returned by the Google OneTap flow

sessionDurationMinutes

indicates how long the session should last before it expires

Constructors

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

Properties

Link copied to clipboard
val data: Intent
Link copied to clipboard
val sessionDurationMinutes: UInt