ConfigureOptions.isThirdPartyApp property
isThirdPartyApp indicate if the application a third party app. A third party app means the app doesn't share common-domain with Skygear Auth thus the session cookie cannot be shared. If not specified, default to false. So by default the application is considered first party.
Signature:
isThirdPartyApp?: boolean;