Skip to content

Access Token improvements

Compare
Choose a tag to compare
@gildas gildas released this 13 Jun 22:40
· 42 commits to master since this release
0ae6a51
  • AccessToken now carries an ID. It helps creating a Token Pool.
  • More Redaction fixes. some object's Redact() funcs were still returning pointers and used children Redact() wrongly.
  • Open Messaging Integration's Client field is now public. This allows calling code to reset the client as needed (like with another access token).
  • ClientOptions can be passed a context that can carry a Logger (superseded by the Logger field as needed)