Third Party
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)
Content copied to clipboard
Data class used for wrapping parameters to authenticate a third party OAuth flow
Link copied to clipboard
data class StartParameters( val context: Activity, val oAuthRequestIdentifier: Int, val loginRedirectUrl: String? = null, val signupRedirectUrl: String? = null, val customScopes: List<String>? = null)
Content copied to clipboard
Data class used for wrapping parameters to start a third party OAuth flow