userInfoEndpoint property
String
get
userInfoEndpoint
Gets the user info endpoint URL
Implementation
String get userInfoEndpoint {
return customUserInfoEndpoint ??
'$baseUrl/api/method/frappe.integrations.oauth2.openid_profile';
}