Session

class Session(var userIdentifier: String, var environment: SBEnvironment, var tokenProvider: TokenProvider?)

Defines basic session properties that the Sensibill SDK will use to build API requests

Constructors

Link copied to clipboard
constructor(userIdentifier: String, environment: SBEnvironment, tokenProvider: TokenProvider?)

Properties

Link copied to clipboard

Sensibill Backend environment this session is tied to

Link copied to clipboard

Token Provider used by the SDK to get new tokens

Link copied to clipboard

User identifier of Sensibill user session belongs to