generateUrl method

String generateUrl()

Generate the url for the github sign in.

Implementation

String generateUrl() {
  return '${Github.signinUrl}?scope=$scopes&client_id=$clientId&redirect_uri=$callbackUrl&state=${Github().stateString}';
}