PlaidLinkTokenResponse

data class PlaidLinkTokenResponse(val linkToken: String?)

Response containing a Plaid Link token for initiating a bank-account connection.

Constructors

Link copied to clipboard
constructor(linkToken: String?)

Properties

Link copied to clipboard
@SerializedName(value = "link_token")
val linkToken: String?

The short-lived token passed to the Plaid Link SDK.