buildUserInfoUrl method

String buildUserInfoUrl()

Builds the user info URL

Implementation

String buildUserInfoUrl() {
  return '${config.baseUrl}/api/method/frappe.integrations.oauth2.openid_profile';
}