authtoken.hrl 97 B

12345
  1. -record(authtoken, {
  2. token :: string(),
  3. id :: 'PlayerId'()
  4. }).