ThirdParty
Types
Link copied to clipboard
data class AuthenticateParameters(val token: String, val sessionDurationMinutes: UInt = Constants.DEFAULT_SESSION_TIME_MINUTES)
Content copied to clipboard
Data class used for wrapping parameters to authenticate a thirdparty oAuth flow
Link copied to clipboard