Interface OAuthGenerator.WithNoRedirectMode
-
- Enclosing interface:
- OAuthGenerator
public static interface OAuthGenerator.WithNoRedirectMode
If an OAuth based plugin also supports copy&pasting a token from a website it should extend this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.URI
generateAuthUrl()
Called if Syncany is started in headless mode which does not support redirect_to URLs.
The website should output a token which can be copied over to Syncany's repo wizard.
-
-
-
Method Detail
-
generateAuthUrl
java.net.URI generateAuthUrl() throws StorageException
Called if Syncany is started in headless mode which does not support redirect_to URLs.
The website should output a token which can be copied over to Syncany's repo wizard.- Returns:
- A URL with no redirect URL
- Throws:
StorageException
-
-