Package-level declarations

Contains the PersonalData interface, the factory for creating instances, and supporting classes for managing personal data.

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class OnlinePersonalDataConfiguration

The configuration for an online personal data client. It is used to configure the connection to the backend services.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
object PersonalDataFactory

The factory to create an instance of PersonalData.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
fun interface TokenProvider

A Token Provider that is used to authenticate the user to the personal data online backend services.