AuthenticateParameters
data class AuthenticateParameters(val data: Intent, val sessionDurationMinutes: UInt = Constants.DEFAULT_SESSION_TIME_MINUTES)
Content copied to clipboard
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)
Content copied to clipboard