You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Grab Team,
I am trying to integrate the the Grab Api. While trying to login with the grab consent screen is not showing. is something missing from my configuration.
let appConfig = {
clientId: grabClientId,
redirectUri: requestUri,
scope: <scope_api>,
acrValues: {
service: 'PASSENGER',
consentContext: {
countryCode: '<country_code>'
}
}
}
Please help.
The text was updated successfully, but these errors were encountered:
Hi Grab Team,
I am trying to integrate the the Grab Api. While trying to login with the grab consent screen is not showing. is something missing from my configuration.
let appConfig = {
clientId: grabClientId,
redirectUri: requestUri,
scope: <scope_api>,
acrValues: {
service: 'PASSENGER',
consentContext: {
countryCode: '<country_code>'
}
}
}
Please help.
The text was updated successfully, but these errors were encountered: