Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.34 KB

File metadata and controls

16 lines (11 loc) · 1.34 KB

link / com.tink.link.ui / LinkUser

LinkUser

sealed class LinkUser : Parcelable

Use this to let Tink Link UI know if it should use an existing user or create a temporary user.

Types

Name Summary
ExistingUser Pass this to the TinkLinkUiActivity.createIntent function to use an existing user for the flow.data class ExistingUser : LinkUser
TemporaryUser Pass this to the TinkLinkUiActivity.createIntent function to create a temporary user to be used in the flow. The market determines what providers will be available to the user, and the locale determines which language is used on a backend level.data class TemporaryUser : LinkUser
UnauthenticatedUser Pass this to the TinkLinkUiActivity.createIntent function to authenticate the permanent user to be used in the flow.data class UnauthenticatedUser : LinkUser