LinkConfigurationCoordinator

Properties

Link copied to clipboard
abstract val component: LinkComponent?
Link copied to clipboard
abstract val emailFlow: Flow<String?>

Functions

Link copied to clipboard
abstract suspend fun attachNewCardToAccount(configuration: LinkConfiguration, paymentMethodCreateParams: PaymentMethodCreateParams): Result<LinkPaymentDetails>
Link copied to clipboard
abstract fun getAccountStatusFlow(configuration: LinkConfiguration): Flow<AccountStatus>
Link copied to clipboard
abstract suspend fun logOut(configuration: LinkConfiguration): Result<ConsumerSession>
Link copied to clipboard
abstract suspend fun signInWithUserInput(configuration: LinkConfiguration, userInput: UserInput): Result<Boolean>