Skip to main content

CDCSocializeService

The CDCSocializeService provides a wrapper around the SAP CDC socialize namespace, primarily used for social login flows.

Methods

getToken(params)

Exchanges an authorization code for an access token.

  • Key Params: grant_type: 'authorization_code', code
  • Returns: Promise<SocializeGetTokenResponse>

notifyLogin(params)

Notifies CDC that a user has logged in via a third-party social provider.

getSessionInfo(params)

Retrieves session-related metadata for a specific provider.

deleteAccount(params)

Deletes a social account from the CDC system.

Relates to