buildUserInfoUrl method
Builds the user info URL
Implementation
String buildUserInfoUrl() {
return '${config.baseUrl}/api/method/frappe.integrations.oauth2.openid_profile';
}
Builds the user info URL
String buildUserInfoUrl() {
return '${config.baseUrl}/api/method/frappe.integrations.oauth2.openid_profile';
}