FamilySearch/fs-js-lite

Allow the access token to be set via configuration options

Closed this issue · 2 comments

Might as well. Everything else is set that way.

I've been doing this for some time now.
var fs = new FamilySearch({ accessToken: token, environment: 'production' });

You're right. I assumed it wasn't possible because it's not documented.