CDCFidmService
The CDCFidmService provides support for OpenID Connect (OIDC) flows via the SAP CDC fidm namespace.
Methods
getToken(params)
Exchanges an authorization code for an OIDC token.
- Key Params:
grant_type: 'authorization_code',code - Returns:
Promise<FidmGetTokenResponse>
Relates to
CDCUserAuthProvider: Uses this service when configured for OIDC-based authentication.