Allow configuration to be modified after the SDK is instantiated
justincy opened this issue · 2 comments
justincy commented
Presently all configuration has to be provided up front when the SDK is instantiated. Let's add the ability to modify the configuration after creation.
Are there any options that shouldn't be changed?
justincy commented
// Set multiple options at once
client.config({
appKey: 'KEY',
redirectUri: 'http://foo'
});