Skip to content

HowToReplaceAuthenticator

Naohide Sano edited this page Apr 23, 2020 · 1 revision

How to replace authenticator

  • creates a class extends vavi.net.auth.oauth2.Authenticator
  • scheme.properties into the classpath.
$ cat src/test/resources/dropbox.properties
authenticatorClassName=vavi.net.auth.oauth2.dropbox.DropBoxWebAuthenticator
Clone this wiki locally