@param userId ID of the user to authenticate
AuthenticationSessionSettings({@required String userId}) : super() { this.userId = userId; }