ConnectionsSheet

class ConnectionsSheet

A drop in class to present the Link Account Session Auth Flow.

This must be called unconditionally, as part of initialization path, typically as a field initializer of an Activity or Fragment.

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Configuration(linkAccountSessionClientSecret: String, publishableKey: String) : Parcelable

Configuration for a Connections Sheet

Functions

Link copied to clipboard
fun present(configuration: ConnectionsSheet.Configuration)

Present the connections sheet.