Interface Api

    • Method Detail

      • createService

        OAuthService createService​(OAuthConfig config)
        Creates an OAuthService
        Parameters:
        apiKey - your application api key
        apiSecret - your application api secret
        callback - the callback url (or 'oob' for out of band OAuth)
        scope - the OAuth scope
        Returns:
        fully configured OAuthService