TokenStore constructor

TokenStore()

Implementation

TokenStore() {
  _token = read();
}