Delegated

data class Delegated(val tokenProvider: PosLinkTokenProvider) : PosLinkSDK.AuthConfig

Used when the host application already manages the authentication and the tokens. When used, the setup method will not show the Teya UI for authentication. The tokenProvider will be called whenever the SDK needs to make a request.

See also

Constructors

Link copied to clipboard
constructor(tokenProvider: PosLinkTokenProvider)

Properties

Link copied to clipboard