userId property

String userId
getter/setter pair

ユーザーIDをキーとして保存するが、まだユーザーIDのわからない認証中は、一時バッファとして-1をユーザーIDとするので注意する

Implementation

String userId;