Binds an admin to an identity for fast lookup later on. The bind must be unique.
bool BindIdentity(const char[] authMethod, const char[] ident)
Auth method to use, predefined or from RegisterAuthIdentType().
String containing the arbitrary, unique identity.
True on success, false if the auth method was not found, ident was already taken, or ident invalid for auth method.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.