ThirdParty
interface ThirdParty
Provides a method for starting Third Party OAuth authentications
Types
Link copied to clipboard
data class AuthenticateParameters(val token: String, val sessionDurationMinutes: UInt = Constants.DEFAULT_SESSION_TIME_MINUTES)
Data class used for wrapping parameters to authenticate a third party OAuth flow
Link copied to clipboard