SharpMod.DProto.GetAuthIDProvider C# (CSharp) Method

GetAuthIDProvider() public static method

Gets the AuthID provider of the player.
public static GetAuthIDProvider ( this player ) : DProto.ID
player this /// The player ///
return DProto.ID
        public static DProto.ID GetAuthIDProvider(this Player player)
        {
            UpdateCVariables(player);
            return AuthIDProvider;
        }