Config constructor

Config(String authorizationUrl, String tokenUrl, String clientId, String redirectUri, String responseType, String scope, { String clientSecret, String contentType: "application/json", Size screenSize })

Implementation

Config(this.authorizationUrl, this.tokenUrl, this.clientId, this.redirectUri, this.responseType, this.scope,
    {this.clientSecret, this.contentType = "application/json", this.screenSize});