authUrl method

  1. @override
String authUrl()
override

Implementation

@override
String authUrl() {
  return "$_authorizedUrl?response_type=code&client_id=$clientId&redirect_uri=$redirectUrl&scope=$scope&state=$stateCode";
}