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