Skip to content

Allow configuration to be modified after the SDK is instantiated #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
justincy opened this issue Apr 27, 2017 · 2 comments
Closed

Allow configuration to be modified after the SDK is instantiated #28

justincy opened this issue Apr 27, 2017 · 2 comments

Comments

@justincy
Copy link
Contributor

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
Copy link
Contributor Author

// Set multiple options at once
client.config({
    appKey: 'KEY',
    redirectUri: 'http://foo'
});

@justincy
Copy link
Contributor Author

2baf1ff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant