tokenEndpoint property

String get tokenEndpoint

Gets the token endpoint URL

Implementation

String get tokenEndpoint {
  return customTokenEndpoint ??
      '$baseUrl/api/method/frappe.integrations.oauth2.get_token';
}