Skip to content

Oauth2CliExchange

Oauth2CliExchange is a simple OAuth2 authentication flow for the CLI (to login).

Creating Instance

Oauth2CliExchange takes no arguments to be created.

While being created, Oauth2CliExchange loads etc/conf/server.properties into the serverProperties.

Oauth2CliExchange is created when:

  • AuthCli is requested to login

Authenticate

String authenticate()

authenticate...FIXME


authenticate is used when:

  • AuthCli is requested to login