authorize constant

int const authorize

Authorize action helps you to decide if the user is authorized to do some critical actions on your app by checking if the current user made a successful verification before

Implementation

static const int authorize = 10;