OAuth Callback
creamSso({
clientId: 'Replace with your client ID',
title: '馬上登入Cream帳戶',
onReceiveAuthCode: (authorizationCode) => {
// authorization code
},
});Last updated
creamSso({
clientId: 'Replace with your client ID',
title: '馬上登入Cream帳戶',
onReceiveAuthCode: (authorizationCode) => {
// authorization code
},
});Last updated