OauthClient constructor
OauthClient(})
Implementation
OauthClient(this.host,this.clientId,
{ localRedirect = "http://0.0.0.0:7777/",
this.authPath = "oauth",
this.tokenPath = "api/token" }) {
redirectEndpoint = kIsWeb ? Uri.base : Uri.parse(localRedirect);
}