buildTokenUrl method

String buildTokenUrl()

Builds the token exchange URL

Implementation

String buildTokenUrl() {
  return '${config.baseUrl}/api/method/frappe.integrations.oauth2.get_token';
}