Skip to content

Comments

Add OAuth API Client#474

Closed
rjra2611 wants to merge 1 commit intoQuantConnect:masterfrom
rjra2611:feature-implement-oauth-client
Closed

Add OAuth API Client#474
rjra2611 wants to merge 1 commit intoQuantConnect:masterfrom
rjra2611:feature-implement-oauth-client

Conversation

@rjra2611
Copy link
Member

  • Implements auth0 api client and helper method required to get auth information

Possible configuration we can add:

class AuthConfiguration(Configuration):

    def __init__(self, config_json_object):
        super().__init__(config_json_object)
        self._is_required_from_user = False

    def factory(config_json_object) -> 'AuthConfiguration':
        return AuthConfiguration(config_json_object)

@Martin-Molinero
Copy link
Member

Thank you, included by #469

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

Successfully merging this pull request may close these issues.

2 participants