Storing the Token

TokenStore: the whole vault, in one object

PawWalk's entire token storage layer is one Kotlin object β€” a singleton, meaning there's exactly one instance and you never construct it yourself (no TokenStore(), just TokenStore.saveToken(...)). Read it top to bottom: