Managed

data class Managed(val clientId: String, val clientSecret: String) : PosLinkSDK.AuthConfig

Used when host application wants the SDK to manage authentication. Integrators can create their client ID and secret in the Teya Developer Portal.

Constructors

Link copied to clipboard
constructor(clientId: String, clientSecret: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String