buildTokenUrl method
Builds the token exchange URL
Implementation
String buildTokenUrl() {
return '${config.baseUrl}/api/method/frappe.integrations.oauth2.get_token';
}
Builds the token exchange URL
String buildTokenUrl() {
return '${config.baseUrl}/api/method/frappe.integrations.oauth2.get_token';
}