Interface OAuthGenerator

    • Method Detail

      • generateAuthUrl

        java.net.URI generateAuthUrl​(java.net.URI redirectUri)
                              throws StorageException
        Generate a URL which can be accessed by a user to authorize Syncany
        Parameters:
        redirectUri - The URL to which the OAuth provider should redirect in any case (either success or failure)
        Returns:
        A URL to authorize Syncany using the provided redirectUri
        Throws:
        StorageException