module Github::Authorization

def auth_code

Strategy token
def auth_code
  _verify_client
  client.auth_code
end