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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.URIgenerateAuthUrl()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- 
generateAuthUrljava.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
 
 
- 
 
-