**************************** Account validation detection **************************** As described in `Asmodee.net main documentation `_ you may want to restrict access of some features, to players with validated accounts. It is important to drive the users into their account validation as their account will expire within 7 days if they don’t validate it. We provide the following service: .. code:: csharp ValidatedAccountPopUp.CheckRequiredValidatedAccount((validated) => { if (validated) { /* go online */ } }); This service should be called after the SSO authentication flow, and before trying to access Scalable Server features (online games, lobby, connected players ...). If the player's account is not validated, the following panels appear: .. image:: ../Images/accountvalidation_1.png :align: center :scale: 50 % .. image:: ../Images/accountvalidation_2.png :align: center :scale: 50 %