createForApp static method
Create a single GetSocial user identifier for the app.
Implementation
static UserId createForApp() {
UserId instance = new UserId();
instance._id = 'app';
return instance;
}
Create a single GetSocial user identifier for the app.
static UserId createForApp() {
UserId instance = new UserId();
instance._id = 'app';
return instance;
}