authorizationEndpoint property
String
get
authorizationEndpoint
Gets the authorization endpoint URL
Implementation
String get authorizationEndpoint {
return customAuthorizationEndpoint ??
'$baseUrl/api/method/frappe.integrations.oauth2.authorize';
}