VenmoPendingRequest

sealed class VenmoPendingRequest

A pending request for the Venmo authentication flow created by invoking VenmoLauncher.launch. This pending request should be stored locally within the app or on-device and used to deliver a result of the browser flow in VenmoLauncher.handleReturnToApp

Inheritors

Types

Link copied to clipboard

An error occurred launching the Venmo flow. See error for details.

Link copied to clipboard
class Started(val pendingRequestString: String) : VenmoPendingRequest

A pending request was successfully started.