TokenProvider

fun interface TokenProvider

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

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard
abstract fun provideToken(): String

Gets the token used to authenticate the user.